Skip to content

Commit 254eabf

Browse files
authored
Merge pull request #99 from tech-conferences/update-gems
Bump gems
2 parents 926e999 + f60c858 commit 254eabf

File tree

2 files changed

+282
-244
lines changed

2 files changed

+282
-244
lines changed

Gemfile

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ git_source(:github) do |repo_name|
77
"https://github.com/#{repo_name}.git"
88
end
99

10-
gem 'administrate', '~> 0.15.0'
10+
gem 'administrate', '~> 0.20.1'
1111
gem 'algolia', '~> 2.0.4'
1212
gem 'chronic'
1313
gem 'loofah', '~> 2.3.1'
1414
gem 'pg'
1515
gem 'puma', '~> 5.6.4'
16-
gem 'rails', '~> 6.1.3'
16+
gem 'rails', '~> 6.1.7.8'
1717
gem 'sidekiq', '~> 4.1.3'
1818
gem 'simple_command'
1919
gem 'twitter', '~> 7.0.0'
@@ -24,8 +24,8 @@ gem 'uglifier'
2424
# Ruby toolkit for the GitHub API
2525
gem 'octokit', '~> 4.0'
2626

27-
gem 'devise', '~> 4.7.1'
28-
gem 'watir'
27+
gem 'devise', '~> 4.9.4'
28+
gem 'watir', '~> 7.3.0'
2929

3030
gem 'progress_bar', '~> 1.3.0'
3131

@@ -48,14 +48,14 @@ group :development, :test do
4848
gem 'better_errors'
4949
gem 'binding_of_caller'
5050
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
51-
gem 'dotenv-rails', '2.7.6'
51+
gem 'dotenv-rails', '3.1.2'
5252
gem 'listen', '>= 3.0.5', '< 3.2'
5353
gem 'pry-byebug'
5454
gem 'pry-rails'
55-
gem 'rspec-rails', '~> 5.0.0'
56-
gem 'rubocop', '~> 0.90'
57-
gem 'rubocop-performance'
58-
gem 'rubocop-rails'
55+
gem 'rspec-rails', '~> 6.1.3'
56+
gem 'rubocop', '~> 1.65.1'
57+
gem 'rubocop-performance', '~> 1.21.1'
58+
gem 'rubocop-rails', '~> 2.25.1'
5959

6060
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
6161
gem 'spring'

0 commit comments

Comments
 (0)