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

[Security] Bump actionpack from 4.2.5 to 4.2.11.1 #294

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
49 changes: 25 additions & 24 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,30 +17,29 @@ GIT
concurrent-ruby (~> 1.0)

PATH
remote: ./vendor/gocardless_pro
remote: vendor/gocardless_pro
specs:
gocardless_pro (1.0.2)
faraday (>= 0.8.9, < 0.10)

GEM
remote: https://rubygems.org/
specs:
actionpack (4.2.5)
actionview (= 4.2.5)
activesupport (= 4.2.5)
actionpack (4.2.11.1)
actionview (= 4.2.11.1)
activesupport (= 4.2.11.1)
rack (~> 1.6)
rack-test (~> 0.6.2)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
actionview (4.2.5)
activesupport (= 4.2.5)
actionview (4.2.11.1)
activesupport (= 4.2.11.1)
builder (~> 3.1)
erubis (~> 2.7.0)
rails-dom-testing (~> 1.0, >= 1.0.5)
rails-html-sanitizer (~> 1.0, >= 1.0.2)
activesupport (4.2.5)
rails-html-sanitizer (~> 1.0, >= 1.0.3)
activesupport (4.2.11.1)
i18n (~> 0.7)
json (~> 1.7, >= 1.7.7)
minitest (~> 5.1)
thread_safe (~> 0.3, >= 0.3.4)
tzinfo (~> 1.1)
Expand All @@ -51,7 +50,7 @@ GEM
ast (2.2.0)
astrolabe (1.3.1)
parser (~> 2.2)
builder (3.2.2)
builder (3.2.3)
byebug (8.2.1)
coach (0.4.0)
actionpack (~> 4.2)
Expand All @@ -60,6 +59,7 @@ GEM
concurrent-ruby (1.0.0)
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.4)
diff-lcs (1.2.5)
dotenv (2.0.2)
erubis (2.7.0)
Expand All @@ -69,11 +69,12 @@ GEM
http_router (0.11.2)
rack (>= 1.0.0)
url_mount (~> 0.2.1)
i18n (0.7.0)
json (1.8.3)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
json_schema (0.10.0)
jwt (1.5.2)
loofah (2.0.3)
loofah (2.2.3)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lotus-router (0.4.3)
http_router (~> 0.11)
Expand All @@ -83,14 +84,14 @@ GEM
mime-types (>= 1.16, < 3)
method_source (0.8.2)
mime-types (2.99)
mini_portile2 (2.0.0)
minitest (5.8.3)
mini_portile2 (2.4.0)
minitest (5.11.3)
multi_json (1.11.2)
multi_xml (0.5.5)
multipart-post (2.0.0)
newrelic_rpm (3.14.1.311)
nokogiri (1.6.7.1)
mini_portile2 (~> 2.0.0.rc2)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
oauth2 (1.0.0)
faraday (>= 0.8, < 0.10)
jwt (~> 1.0)
Expand Down Expand Up @@ -118,12 +119,12 @@ GEM
rack (>= 1.0)
rails-deprecated_sanitizer (1.0.3)
activesupport (>= 4.2.0.alpha)
rails-dom-testing (1.0.7)
activesupport (>= 4.2.0.beta, < 5.0)
nokogiri (~> 1.6.0)
rails-dom-testing (1.0.9)
activesupport (>= 4.2.0, < 5.0)
nokogiri (~> 1.6)
rails-deprecated_sanitizer (>= 1.0.1)
rails-html-sanitizer (1.0.2)
loofah (~> 2.0)
rails-html-sanitizer (1.0.4)
loofah (~> 2.2, >= 2.2.2)
rainbow (2.0.0)
rake (10.4.2)
rantly (0.3.2)
Expand All @@ -145,8 +146,8 @@ GEM
sequel (4.29.0)
slop (3.6.0)
sqlite3 (1.3.11)
thread_safe (0.3.5)
tzinfo (1.2.2)
thread_safe (0.3.6)
tzinfo (1.2.5)
thread_safe (~> 0.1)
url_mount (0.2.1)
rack
Expand Down