Skip to content

Commit

Permalink
bump activesupport (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
andyborn authored Aug 29, 2023
1 parent b496608 commit 22fa58c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ PATH
GEM
remote: https://rubygems.org/
specs:
activejob (7.0.4.3)
activesupport (= 7.0.4.3)
activejob (7.0.7.2)
activesupport (= 7.0.7.2)
globalid (>= 0.3.6)
activemodel (7.0.4.3)
activesupport (= 7.0.4.3)
activerecord (7.0.4.3)
activemodel (= 7.0.4.3)
activesupport (= 7.0.4.3)
activesupport (7.0.4.3)
activemodel (7.0.7.2)
activesupport (= 7.0.7.2)
activerecord (7.0.7.2)
activemodel (= 7.0.7.2)
activesupport (= 7.0.7.2)
activesupport (7.0.7.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
Expand All @@ -27,11 +27,11 @@ GEM
diff-lcs (1.5.0)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.12.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
mini_portile2 (2.8.1)
minitest (5.18.0)
minitest (5.19.0)
mysql2 (0.5.5)
parallel (1.22.1)
parser (3.2.0.0)
Expand Down

0 comments on commit 22fa58c

Please sign in to comment.