@@ -7,13 +7,13 @@ git_source(:github) do |repo_name|
77 "https://github.com/#{ repo_name } .git"
88end
99
10- gem 'administrate' , '~> 0.15.0 '
10+ gem 'administrate' , '~> 0.20.1 '
1111gem 'algolia' , '~> 2.0.4'
1212gem 'chronic'
1313gem 'loofah' , '~> 2.3.1'
1414gem 'pg'
1515gem 'puma' , '~> 5.6.4'
16- gem 'rails' , '~> 6.1.3 '
16+ gem 'rails' , '~> 6.1.7.8 '
1717gem 'sidekiq' , '~> 4.1.3'
1818gem 'simple_command'
1919gem 'twitter' , '~> 7.0.0'
@@ -24,8 +24,8 @@ gem 'uglifier'
2424# Ruby toolkit for the GitHub API
2525gem '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
3030gem '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