Skip to content

Commit 9e3f4d5

Browse files
author
Vidas P
committed
Update addressable
1 parent 4e8395c commit 9e3f4d5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
ruby '>=2.6.0'
44

55
gem 'ace-rails-ap', '~> 4.4'
6-
gem 'addressable', '~> 2.7.0'
6+
gem 'addressable', '~> 2.8.0'
77
gem 'bootsnap', '>= 1.5.1', require: false
88
gem 'bootstrap', '~> 4.5.3'
99
gem 'daemons', '~> 1.3.1'

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ GEM
5757
minitest (~> 5.1)
5858
tzinfo (~> 1.1)
5959
zeitwerk (~> 2.2, >= 2.2.2)
60-
addressable (2.7.0)
60+
addressable (2.8.0)
6161
public_suffix (>= 2.0.2, < 5.0)
6262
ast (2.4.0)
6363
autoprefixer-rails (10.0.3.0)
@@ -305,7 +305,7 @@ GEM
305305
pry-rails (0.3.9)
306306
pry (>= 0.10.4)
307307
psych (3.1.0)
308-
public_suffix (4.0.4)
308+
public_suffix (4.0.6)
309309
puma (5.3.2)
310310
nio4r (~> 2.0)
311311
raabro (1.4.0)
@@ -483,7 +483,7 @@ PLATFORMS
483483

484484
DEPENDENCIES
485485
ace-rails-ap (~> 4.4)
486-
addressable (~> 2.7.0)
486+
addressable (~> 2.8.0)
487487
better_errors (~> 2.7.0)
488488
binding_of_caller (~> 0.8.0)
489489
bootsnap (>= 1.5.1)

0 commit comments

Comments
 (0)