Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump addressable from 2.5.2 to 2.8.1 #34

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 20 additions & 16 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,19 @@
GIT
remote: git://github.com/fgrehm/letter_opener_web.git
revision: ab50ad09a2af5350bdca9c079bba73523e64f4cd
remote: https://github.com/fgrehm/letter_opener_web.git
revision: 026d5e0594221143126b9118222aa458eb8f4e3c
specs:
letter_opener_web (1.3.3)
actionmailer (>= 3.2)
letter_opener (~> 1.0)
railties (>= 3.2)
letter_opener_web (2.0.0)
actionmailer (>= 5.2)
letter_opener (~> 1.7)
railties (>= 5.2)
rexml

GIT
remote: git://github.com/thoughtbot/shoulda-matchers.git
revision: 7f070cbab458d4a1a00e9566611f5a94f7704464
remote: https://github.com/thoughtbot/shoulda-matchers.git
revision: 3e9d69ba7b6cc37251deb08f1a8866c97cf2bc0c
specs:
shoulda-matchers (3.1.2)
activesupport (>= 4.2.0)
shoulda-matchers (5.0.0)
activesupport (>= 5.2.0)

GEM
remote: https://rubygems.org/
Expand Down Expand Up @@ -60,8 +61,8 @@ GEM
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
anycable (0.5.1)
anyway_config (~> 1.1, >= 1.1.1)
grpc (~> 1.6)
Expand Down Expand Up @@ -159,8 +160,8 @@ GEM
json (2.1.0)
launchy (2.4.3)
addressable (~> 2.3)
letter_opener (1.6.0)
launchy (~> 2.2)
letter_opener (1.8.1)
launchy (>= 2.2, < 3)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
Expand All @@ -173,7 +174,9 @@ GEM
marcel (0.3.2)
mimemagic (~> 0.3.2)
method_source (0.9.0)
mimemagic (0.3.2)
mimemagic (0.3.10)
nokogiri (~> 1)
rake
mini_mime (1.0.1)
mini_portile2 (2.3.0)
minitest (5.11.3)
Expand All @@ -192,7 +195,7 @@ GEM
method_source (~> 0.9.0)
pry-rails (0.3.6)
pry (>= 0.10.4)
public_suffix (3.0.3)
public_suffix (5.0.0)
puma (3.12.0)
rack (2.0.5)
rack-proxy (0.6.4)
Expand Down Expand Up @@ -232,6 +235,7 @@ GEM
responders (2.4.0)
actionpack (>= 4.2.0, < 5.3)
railties (>= 4.2.0, < 5.3)
rexml (3.2.5)
rspec-core (3.8.0)
rspec-support (~> 3.8.0)
rspec-expectations (3.8.1)
Expand Down