Skip to content

Commit

Permalink
Fix rails test deps
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Jun 24, 2024
1 parent a873ba8 commit 3b2f484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ gem "standard"
gem "simplecov"

gem "rails"
gem "sqlite3"
gem "sqlite3", "< 2.0"
gem "dry-monads"
gem "action_policy"

Expand Down

0 comments on commit 3b2f484

Please sign in to comment.