Skip to content

Bump actionpack from 6.1.7 to 6.1.7.2 #189

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

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
50 changes: 25 additions & 25 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
GEM
remote: https://rubygems.org/
specs:
actionpack (6.1.7)
actionview (= 6.1.7)
activesupport (= 6.1.7)
actionpack (6.1.7.2)
actionview (= 6.1.7.2)
activesupport (= 6.1.7.2)
rack (~> 2.0, >= 2.0.9)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.1.7)
activesupport (= 6.1.7)
actionview (6.1.7.2)
activesupport (= 6.1.7.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.1.7)
activesupport (6.1.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -35,7 +35,7 @@ GEM
simplecov
coercible (1.0.0)
descendants_tracker (~> 0.0.1)
concurrent-ruby (1.1.3)
concurrent-ruby (1.2.0)
crass (1.0.6)
daemons (1.3.1)
descendants_tracker (0.0.4)
Expand All @@ -45,7 +45,7 @@ GEM
diffy (3.4.2)
docile (1.3.2)
equalizer (0.0.11)
erubi (1.11.0)
erubi (1.12.0)
eslintrb (2.1.0)
execjs
multi_json (>= 1.3)
Expand Down Expand Up @@ -76,7 +76,7 @@ GEM
listen (3.7.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.19.0)
loofah (2.19.1)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
loog (0.2.1)
Expand All @@ -87,9 +87,9 @@ GEM
plist
rack
sinatra
mini_portile2 (2.8.0)
minitest (5.11.3)
minitest-reporters (1.3.6)
mini_portile2 (2.8.1)
minitest (5.16.3)
minitest-reporters (1.5.0)
ansi
builder
minitest (>= 5.0)
Expand All @@ -98,10 +98,10 @@ GEM
multipart-post (2.1.1)
mustermann (1.1.1)
ruby2_keywords (~> 0.0.1)
nokogiri (1.13.9)
nokogiri (1.14.1)
mini_portile2 (~> 2.8.0)
racc (~> 1.4)
nokogiri (1.13.9-x86_64-darwin)
nokogiri (1.14.1-x86_64-darwin)
racc (~> 1.4)
openssl (2.1.2)
parallel (1.19.2)
Expand All @@ -115,7 +115,7 @@ GEM
random-port (~> 0.3)
plist (3.5.0)
powerpack (0.1.2)
racc (1.6.0)
racc (1.6.2)
rack (2.1.4.1)
rack-protection (2.0.4)
rack
Expand All @@ -126,11 +126,11 @@ GEM
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.4.3)
loofah (~> 2.3)
railties (6.1.7)
actionpack (= 6.1.7)
activesupport (= 6.1.7)
rails-html-sanitizer (1.5.0)
loofah (~> 2.19, >= 2.19.1)
railties (6.1.7.2)
actionpack (= 6.1.7.2)
activesupport (= 6.1.7.2)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down Expand Up @@ -226,7 +226,7 @@ GEM
total (0.3.0)
typhoeus (1.3.1)
ethon (>= 0.9.0)
tzinfo (2.0.5)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.4.1)
usagewatch (0.0.7)
Expand All @@ -244,7 +244,7 @@ GEM
rainbow (~> 3.0)
slop (~> 4.4)
zache (0.12.0)
zeitwerk (2.6.1)
zeitwerk (2.6.6)
zold (0.30.0)
backtrace (>= 0.3)
concurrent-ruby (~> 1.1)
Expand Down Expand Up @@ -280,15 +280,15 @@ PLATFORMS
x86_64-darwin-19

DEPENDENCIES
bundler (= 2.1.4)
bundler (= 2.3.25)
codecov (= 0.2.8)
eslintrb (= 2.1.0)
glogin (= 0.6.0)
haml (= 5.0.4)
iri (= 0.5.0)
loog (= 0.2.1)
minitest (= 5.11.3)
minitest-reporters (= 1.3.6)
minitest (= 5.16.3)
minitest-reporters (= 1.5.0)
pgtk (= 0.7.5)
rack (= 2.1.4.1)
rack-ssl (= 1.4.1)
Expand Down