Skip to content

Commit

Permalink
Unfortunately Capybara is lagging on this
Browse files Browse the repository at this point in the history
Co-authored-by: Szymon Fiedler <szymon.fiedler@gmail.com>
  • Loading branch information
mostlyobvious and fidel committed Jun 12, 2024
1 parent fca13e6 commit c30f501
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-browser/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ gem "ruby_event_store", path: ".."
gem "rack-test"
gem "capybara", "~> 3.35"
gem "json-schema"
gem "rack", "~> 3.0"
gem "rack", "~> 3.0", "< 3.1.0"
gem "webrick"
gem "cuprite"
gem "rackup"
4 changes: 2 additions & 2 deletions ruby_event_store-browser/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ GEM
racc
public_suffix (5.0.5)
racc (1.8.0)
rack (3.1.3)
rack (3.0.11)
rack-test (2.1.0)
rack (>= 1.3)
rackup (2.1.0)
Expand Down Expand Up @@ -110,7 +110,7 @@ DEPENDENCIES
mutant (= 0.12.0)
mutant-minitest (= 0.12.0)
mutant-rspec (= 0.12.0)
rack (~> 3.0)
rack (~> 3.0, < 3.1.0)
rack-test
rackup
rake (>= 10.0)
Expand Down

0 comments on commit c30f501

Please sign in to comment.