File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ gem 'bootstrap3-datetimepicker-rails', '~> 4.14.30'
47
47
48
48
# Addressable is a replacement for the URI implementation that is part of Ruby's standard library.
49
49
# It more closely conforms to the relevant RFCs and adds support for IRIs and URI templates.
50
- gem 'addressable' , '~> 2.3' , '>= 2.3. 8'
50
+ gem 'addressable' , '~> 2.8'
51
51
52
52
gem 'daemons'
53
53
gem 'delayed_job_active_record'
Original file line number Diff line number Diff line change 98
98
activerecord (>= 5.0 , < 6.1 )
99
99
acts_as_list (1.0.1 )
100
100
activerecord (>= 4.2 )
101
- addressable (2.7 .0 )
101
+ addressable (2.8 .0 )
102
102
public_suffix (>= 2.0.2 , < 5.0 )
103
103
annotate (3.1.1 )
104
104
activerecord (>= 3.2 , < 7.0 )
337
337
pry (0.13.1 )
338
338
coderay (~> 1.1 )
339
339
method_source (~> 1.0 )
340
- public_suffix (4.0.5 )
340
+ public_suffix (4.0.6 )
341
341
puma (4.3.5 )
342
342
nio4r (~> 2.0 )
343
343
rabl (0.14.3 )
@@ -480,7 +480,7 @@ DEPENDENCIES
480
480
activeadmin (~> 2.7 )
481
481
acts-as-taggable-on
482
482
acts_as_list
483
- addressable (~> 2.3 , >= 2.3. 8 )
483
+ addressable (~> 2.8 )
484
484
andand !
485
485
annotate
486
486
autoprefixer-rails
You can’t perform that action at this time.
0 commit comments