Skip to content

Commit 167b749

Browse files
authored
Merge pull request #330 from solidusio/dependabot/bundler/concurrent-ruby-lt-1.3.7
Update concurrent-ruby requirement from < 1.3.5 to < 1.3.7
2 parents b01e813 + b207173 commit 167b749

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ else
3232
end
3333

3434
if rails_version == "7.0"
35-
gem "concurrent-ruby", "< 1.3.5"
35+
gem "concurrent-ruby", "< 1.3.7"
3636
end
3737

3838
if RUBY_VERSION >= "3.4"

0 commit comments

Comments
 (0)