Skip to content

Commit 3813ac0

Browse files
Bump addressable from 2.6.0 to 2.8.0
Bumps [addressable](https://github.com/sporkmonger/addressable) from 2.6.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.6.0...addressable-2.8.0) --- updated-dependencies: - dependency-name: addressable dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 267588a commit 3813ac0

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ gem 'rack-cors', '~> 1.0.5'
3838
gem 'acts_as_list', '~> 0.9.19' # sort objects, "Simple CMS"
3939
gem 'binding_of_caller', '~> 0.8.0' # irb in error window
4040

41-
gem 'addressable', '~> 2.6.0' # emojis in URLs
41+
gem 'addressable', '~> 2.8.0' # emojis in URLs
4242
gem 'nokogiri', '~> 1.10.8' # XML HTML parser
4343

4444
gem 'capistrano', '~> 3.12'

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ GEM
4444
tzinfo (~> 1.1)
4545
acts_as_list (0.9.19)
4646
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)
4949
airbrussh (1.4.0)
5050
sshkit (>= 1.6.1, != 1.7.0)
5151
arel (9.0.0)
@@ -142,7 +142,7 @@ GEM
142142
pry (0.12.2)
143143
coderay (~> 1.1.0)
144144
method_source (~> 0.9.0)
145-
public_suffix (3.1.1)
145+
public_suffix (4.0.6)
146146
puma (3.12.4)
147147
rack (2.2.2)
148148
rack-cors (1.0.6)
@@ -228,7 +228,7 @@ PLATFORMS
228228

229229
DEPENDENCIES
230230
acts_as_list (~> 0.9.19)
231-
addressable (~> 2.6.0)
231+
addressable (~> 2.8.0)
232232
bcrypt (~> 3.1.12)
233233
binding_of_caller (~> 0.8.0)
234234
bootstrap-sass (~> 3.4.1)

0 commit comments

Comments
 (0)