Skip to content

Commit 8755687

Browse files
committed
merge in dependebot for addressable
2 parents 9915ef9 + 3813ac0 commit 8755687

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

Gemfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,8 @@ gem 'acts_as_list', '~> 0.9.19' # sort objects, "Simple CMS"
4141
# gem 'binding_of_caller', '~> 0.8.0' # irb in error window
4242
gem 'binding_of_caller' # , '~> 0.8.0' # irb in error window
4343

44-
gem 'addressable', '~> 2.6.0' # emojis in URLs
45-
# gem 'nokogiri', '~> 1.10.8' # XML HTML parser
46-
gem 'nokogiri', '~> 1.14.2' # XML HTML parser
44+
gem 'addressable', '~> 2.8.0' # emojis in URLs
45+
gem 'nokogiri', '~> 1.10.8' # XML HTML parser
4746

4847
gem 'capistrano', '~> 3.12'
4948
gem 'capistrano-bundler', '~> 1.5'

Gemfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ 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)
49-
airbrussh (1.4.1)
47+
addressable (2.8.0)
48+
public_suffix (>= 2.0.2, < 5.0)
49+
airbrussh (1.4.0)
5050
sshkit (>= 1.6.1, != 1.7.0)
5151
arel (9.0.0)
5252
autoprefixer-rails (10.4.13.0)
@@ -248,7 +248,7 @@ PLATFORMS
248248

249249
DEPENDENCIES
250250
acts_as_list (~> 0.9.19)
251-
addressable (~> 2.6.0)
251+
addressable (~> 2.8.0)
252252
bcrypt (~> 3.1.12)
253253
binding_of_caller
254254
bootstrap-sass (~> 3.4.1)

0 commit comments

Comments
 (0)