Skip to content

Commit

Permalink
Bump activesupport from 6.1.4.4 to 7.0.8
Browse files Browse the repository at this point in the history
Bumps [activesupport](https://github.com/rails/rails) from 6.1.4.4 to 7.0.8.
- [Release notes](https://github.com/rails/rails/releases)
- [Changelog](https://github.com/rails/rails/blob/v7.1.1/activesupport/CHANGELOG.md)
- [Commits](rails/rails@v6.1.4.4...v7.0.8)

---
updated-dependencies:
- dependency-name: activesupport
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] committed Oct 13, 2023
1 parent e79c4a9 commit 36c52e5
Showing 1 changed file with 12 additions and 14 deletions.
26 changes: 12 additions & 14 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.4.4)
activesupport (7.0.8)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
addressable (2.8.0)
public_suffix (>= 2.0.2, < 5.0)
autoprefixer-rails (10.4.0.0)
Expand All @@ -31,7 +30,7 @@ GEM
sass (>= 3.3.0, < 3.5)
compass-import-once (1.0.5)
sass (>= 3.2, < 3.5)
concurrent-ruby (1.1.9)
concurrent-ruby (1.2.2)
contracts (0.13.0)
dotenv (2.7.6)
em-websocket (0.5.3)
Expand Down Expand Up @@ -82,26 +81,26 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
memoist (0.16.2)
mercenary (0.4.0)
middleman (4.4.2)
middleman (4.5.0)
coffee-script (~> 2.2)
haml (>= 4.0.5)
kramdown (>= 2.3.0)
middleman-cli (= 4.4.2)
middleman-core (= 4.4.2)
middleman-cli (= 4.5.0)
middleman-core (= 4.5.0)
middleman-autoprefixer (2.10.0)
autoprefixer-rails (>= 9.1.4)
middleman-core (>= 3.3.3)
middleman-cli (4.4.2)
middleman-cli (4.5.0)
thor (>= 0.17.0, < 2.0)
middleman-compass (4.0.1)
compass (>= 1.0.0, < 2.0.0)
middleman-core (>= 4.0.0)
middleman-core (4.4.2)
activesupport (>= 6.1, < 7.0)
middleman-core (4.5.0)
activesupport (>= 6.1, < 7.1)
addressable (~> 2.4)
backports (~> 3.6)
bundler (~> 2.0)
contracts (~> 0.13.0)
contracts (~> 0.13)
dotenv
erubis
execjs (~> 2.0)
Expand All @@ -110,7 +109,7 @@ GEM
hamster (~> 3.0)
hashie (~> 3.4)
i18n (~> 1.6.0)
listen (~> 3.0.0)
listen (~> 3.0)
memoist (~> 0.14)
padrino-helpers (~> 0.15.0)
parallel
Expand All @@ -136,7 +135,7 @@ GEM
middleman-core (>= 3.2)
rouge (~> 3.2)
mini_portile2 (2.8.0)
minitest (5.15.0)
minitest (5.20.0)
multi_json (1.15.0)
nokogiri (1.13.8)
mini_portile2 (~> 2.8.0)
Expand Down Expand Up @@ -178,13 +177,12 @@ GEM
parslet (>= 1.8.0, < 3.0.0)
typhoeus (1.4.0)
ethon (>= 0.9.0)
tzinfo (2.0.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
webrick (1.7.0)
yell (2.2.2)
zeitwerk (2.5.3)

PLATFORMS
ruby
Expand Down

0 comments on commit 36c52e5

Please sign in to comment.