Skip to content

Commit

Permalink
Merge pull request #510 from Kraiany/dependabot/bundler/actionpack-7.…
Browse files Browse the repository at this point in the history
…0.8.7

Bump actionpack from 7.0.8.4 to 7.0.8.7
  • Loading branch information
github-actions[bot] authored Dec 11, 2024
2 parents 9759be9 + c6f4a07 commit fa0ebd9
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,20 +8,20 @@ GIT
GEM
remote: https://rubygems.org/
specs:
actionpack (7.0.8.4)
actionview (= 7.0.8.4)
activesupport (= 7.0.8.4)
actionpack (7.0.8.7)
actionview (= 7.0.8.7)
activesupport (= 7.0.8.7)
rack (~> 2.0, >= 2.2.4)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (7.0.8.4)
activesupport (= 7.0.8.4)
actionview (7.0.8.7)
activesupport (= 7.0.8.7)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (7.0.8.4)
activesupport (7.0.8.7)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -38,19 +38,19 @@ GEM
parser (>= 2.4)
smart_properties
bigdecimal (3.1.8)
builder (3.2.4)
builder (3.3.0)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.3.1)
concurrent-ruby (1.3.4)
contracts (0.16.1)
crass (1.0.6)
dotenv (2.8.1)
em-websocket (0.5.2)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0.6.0)
erubi (1.12.0)
erubi (1.13.0)
erubis (2.7.0)
eventmachine (1.2.7)
execjs (2.10.0)
Expand Down Expand Up @@ -145,7 +145,7 @@ GEM
middleman-core (~> 4.0)
sprockets (>= 3.0)
mini_portile2 (2.8.8)
minitest (5.23.1)
minitest (5.25.4)
nokogiri (1.17.1)
mini_portile2 (~> 2.8.2)
racc (~> 1.4)
Expand All @@ -167,7 +167,7 @@ GEM
pkg-config (1.5.6)
public_suffix (5.0.4)
racc (1.8.1)
rack (2.2.9)
rack (2.2.10)
rack-livereload (0.3.17)
rack
rack-test (2.1.0)
Expand All @@ -179,12 +179,12 @@ GEM
rails-html-sanitizer (1.6.1)
loofah (~> 2.21)
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
rails-i18n (7.0.9)
rails-i18n (7.0.10)
i18n (>= 0.7, < 2)
railties (>= 6.0.0, < 8)
railties (7.0.8.4)
actionpack (= 7.0.8.4)
activesupport (= 7.0.8.4)
railties (7.0.8.7)
actionpack (= 7.0.8.7)
activesupport (= 7.0.8.7)
method_source
rake (>= 12.2)
thor (~> 1.0)
Expand Down

0 comments on commit fa0ebd9

Please sign in to comment.