@@ -32,17 +32,17 @@ source 'https://rubygems.org'
32
32
33
33
ruby '2.6.3'
34
34
35
- gem 'rails' , '>= 6.0.2.2 '
35
+ gem 'rails' , '>= 6.0.3.1 '
36
36
37
- gem 'activeadmin' , '>= 2.2 .0'
37
+ gem 'activeadmin' , '>= 2.7 .0'
38
38
gem 'addressable'
39
39
gem 'bcrypt'
40
40
gem 'cf-app-utils'
41
41
gem 'devise' , '>= 4.7.1'
42
- gem 'friendly_id'
42
+ gem 'friendly_id' , '>= 5.1.0'
43
43
gem 'inherited_resources' , '>= 1.11.0'
44
- gem 'jbuilder'
45
- gem 'premailer-rails' , '>= 1.10.3 '
44
+ gem 'jbuilder' , '>= 2.10.0'
45
+ gem 'premailer-rails' , '>= 1.11.1 '
46
46
gem 'puma' , '>= 3.12.4'
47
47
gem 'rack-cors' , '>= 1.0.5' , require : 'rack/cors'
48
48
gem 'rack-ssl'
@@ -54,20 +54,20 @@ group :development, :test do
54
54
gem 'dotenv-rails' , '>= 2.7.5'
55
55
gem 'pry'
56
56
gem 'pry-byebug'
57
- gem 'rspec-rails' , '>= 3.8.2 '
57
+ gem 'rspec-rails' , '>= 4.0.0 '
58
58
gem 'rubocop' , require : false
59
- gem 'shoulda-matchers'
59
+ gem 'shoulda-matchers' , '>= 4.0.1'
60
60
gem 'webmock'
61
61
gem 'tzinfo-data'
62
62
gem 'climate_control'
63
- gem 'action-cable-testing' , '>= 0.5.0 '
63
+ gem 'action-cable-testing' , '>= 0.6.1 '
64
64
end
65
65
66
66
group :development do
67
67
gem 'sqlite3'
68
- gem 'bullet'
68
+ gem 'bullet' , '>= 6.1.0'
69
69
gem 'listen'
70
- gem 'web-console' , '>= 3.7.0 '
70
+ gem 'web-console' , '>= 4.0.2 '
71
71
end
72
72
73
73
group :production do
0 commit comments