Skip to content

Commit 07c7780

Browse files
Bump addressable from 2.7.0 to 2.8.0
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/sporkmonger/addressable/releases) - [Changelog](https://github.com/sporkmonger/addressable/blob/main/CHANGELOG.md) - [Commits](sporkmonger/addressable@addressable-2.7.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 97074a6 commit 07c7780

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ gem 'bootstrap3-datetimepicker-rails', '~> 4.14.30'
4747

4848
# Addressable is a replacement for the URI implementation that is part of Ruby's standard library.
4949
# 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'
5151

5252
gem 'daemons'
5353
gem 'delayed_job_active_record'

Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ GEM
9898
activerecord (>= 5.0, < 6.1)
9999
acts_as_list (1.0.1)
100100
activerecord (>= 4.2)
101-
addressable (2.7.0)
101+
addressable (2.8.0)
102102
public_suffix (>= 2.0.2, < 5.0)
103103
annotate (3.1.1)
104104
activerecord (>= 3.2, < 7.0)
@@ -337,7 +337,7 @@ GEM
337337
pry (0.13.1)
338338
coderay (~> 1.1)
339339
method_source (~> 1.0)
340-
public_suffix (4.0.5)
340+
public_suffix (4.0.6)
341341
puma (4.3.5)
342342
nio4r (~> 2.0)
343343
rabl (0.14.3)
@@ -480,7 +480,7 @@ DEPENDENCIES
480480
activeadmin (~> 2.7)
481481
acts-as-taggable-on
482482
acts_as_list
483-
addressable (~> 2.3, >= 2.3.8)
483+
addressable (~> 2.8)
484484
andand!
485485
annotate
486486
autoprefixer-rails

0 commit comments

Comments
 (0)