Skip to content

Commit

Permalink
Fix rspec issues caused by changes to concurrent-ruby (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
danrussell-raptor authored Feb 4, 2025
1 parent 988f87f commit c447801
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.0.0')
gem 'hanami-router', ENV['HANAMI_VERSION'] || '2.1.0'
end

gem 'concurrent-ruby', '1.3.4'

gem 'roda'

gem 'rails-dom-testing', '~> 2.2'
Expand Down

0 comments on commit c447801

Please sign in to comment.