Skip to content

Commit

Permalink
Keep concurrent-ruby up-to-date
Browse files Browse the repository at this point in the history
  • Loading branch information
mostlyobvious committed Jan 5, 2024
1 parent 19eed6a commit badbe0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ruby_event_store/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ gemspec
eval_gemfile "../support/bundler/Gemfile.shared"

gem "activesupport", "~> 7.0.7"
gem "concurrent-ruby", "1.1.8"
gem "concurrent-ruby", "~> 1.2"
4 changes: 2 additions & 2 deletions ruby_event_store/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
ast (2.4.2)
concurrent-ruby (1.1.8)
concurrent-ruby (1.2.2)
diff-lcs (1.5.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -71,7 +71,7 @@ PLATFORMS

DEPENDENCIES
activesupport (~> 7.0.7)
concurrent-ruby (= 1.1.8)
concurrent-ruby (~> 1.2)
mutant (= 0.11.22)
mutant-license!
mutant-minitest (= 0.11.22)
Expand Down

0 comments on commit badbe0d

Please sign in to comment.