File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ gem 'rack-cors', '~> 1.0.5'
38
38
gem 'acts_as_list' , '~> 0.9.19' # sort objects, "Simple CMS"
39
39
gem 'binding_of_caller' , '~> 0.8.0' # irb in error window
40
40
41
- gem 'addressable' , '~> 2.6 .0' # emojis in URLs
41
+ gem 'addressable' , '~> 2.8 .0' # emojis in URLs
42
42
gem 'nokogiri' , '~> 1.10.8' # XML HTML parser
43
43
44
44
gem 'capistrano' , '~> 3.12'
Original file line number Diff line number Diff line change 44
44
tzinfo (~> 1.1 )
45
45
acts_as_list (0.9.19 )
46
46
activerecord (>= 3.0 )
47
- addressable (2.6 .0 )
48
- public_suffix (>= 2.0.2 , < 4 .0 )
47
+ addressable (2.8 .0 )
48
+ public_suffix (>= 2.0.2 , < 5 .0 )
49
49
airbrussh (1.4.0 )
50
50
sshkit (>= 1.6.1 , != 1.7.0 )
51
51
arel (9.0.0 )
142
142
pry (0.12.2 )
143
143
coderay (~> 1.1.0 )
144
144
method_source (~> 0.9.0 )
145
- public_suffix (3.1.1 )
145
+ public_suffix (4.0.6 )
146
146
puma (3.12.4 )
147
147
rack (2.2.2 )
148
148
rack-cors (1.0.6 )
@@ -228,7 +228,7 @@ PLATFORMS
228
228
229
229
DEPENDENCIES
230
230
acts_as_list (~> 0.9.19 )
231
- addressable (~> 2.6 .0 )
231
+ addressable (~> 2.8 .0 )
232
232
bcrypt (~> 3.1.12 )
233
233
binding_of_caller (~> 0.8.0 )
234
234
bootstrap-sass (~> 3.4.1 )
You can’t perform that action at this time.
0 commit comments