Skip to content

Commit

Permalink
chore(deps): update dependency activesupport to v8
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 8, 2024
1 parent 33a0a28 commit e91d99c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion test/integration/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'activesupport', '~> 7.1', require: false
gem 'activesupport', '~> 8.0', require: false
gem 'byebug'
gem 'memory_profiler'
gem 'multipart-post'
Expand Down
10 changes: 7 additions & 3 deletions test/integration/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.2.1.2)
activesupport (8.0.0)
base64
benchmark (>= 0.3)
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
Expand All @@ -12,7 +13,9 @@ GEM
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
uri (>= 0.13.1)
base64 (0.2.0)
benchmark (0.3.0)
bigdecimal (3.1.8)
byebug (11.1.3)
concurrent-ruby (1.3.4)
Expand All @@ -24,7 +27,7 @@ GEM
concurrent-ruby (~> 1.0)
logger (1.6.1)
memory_profiler (1.1.0)
minitest (5.24.1)
minitest (5.25.1)
multipart-post (2.4.1)
rspec (3.13.0)
rspec-core (~> 3.13.0)
Expand All @@ -49,12 +52,13 @@ GEM
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
uri (1.0.0)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 7.1)
activesupport (~> 8.0)
byebug
memory_profiler
multipart-post
Expand Down

0 comments on commit e91d99c

Please sign in to comment.