From c44780115877715e22fd8cfa3fe4a622400dbdef Mon Sep 17 00:00:00 2001 From: Dan Russell Date: Tue, 4 Feb 2025 10:31:35 +0000 Subject: [PATCH] Fix rspec issues caused by changes to concurrent-ruby (#244) --- Gemfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Gemfile b/Gemfile index cb2c394..dc7c440 100644 --- a/Gemfile +++ b/Gemfile @@ -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'