Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Bump activesupport from 6.1.7.3 to 6.1.7.5 #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ gemspec

# We actually support version 7.x (see gemspec); this extra restriction is added just for running the test suite also
# on Ruby 2.6, which activesupport 7.0 does not support.
gem 'activesupport', '~> 6.1.0'
gem 'activesupport', '~> 6.1.7'
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activesupport (6.1.7.3)
activesupport (6.1.7.5)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
byebug (11.1.3)
coderay (1.1.3)
concurrent-ruby (1.2.2)
concurrent-ruby (1.2.3)
diff-lcs (1.5.0)
dogstatsd-ruby (5.5.0)
ffi (1.16.3)
i18n (1.12.0)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
karafka-core (2.4.0)
karafka-rdkafka (>= 0.15.0, < 0.16.0)
Expand All @@ -31,7 +31,7 @@ GEM
king_konf (1.0.1)
method_source (1.0.0)
mini_portile2 (2.8.6)
minitest (5.18.0)
minitest (5.22.3)
pry (0.14.2)
coderay (~> 1.1)
method_source (~> 1.0)
Expand All @@ -55,13 +55,13 @@ GEM
timecop (0.9.6)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
zeitwerk (2.6.7)
zeitwerk (2.6.13)

PLATFORMS
ruby

DEPENDENCIES
activesupport (~> 6.1.0)
activesupport (~> 6.1.7)
bundler (>= 1.13, < 3)
dogstatsd-ruby (>= 4.0.0, < 6.0.0)
pry-byebug
Expand Down
Loading