Skip to content

Commit

Permalink
add rails as a test dependency to fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tongueroo committed Oct 15, 2023
1 parent 1f673c9 commit 087aed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Expand Up @@ -18,3 +18,7 @@ end
# specify gem versions for old rubies
gem "nokogiri", RUBY_VERSION < "2.1" ? "~> 1.6.0" : ">= 1.7"
gem "activesupport", RUBY_VERSION < "2.2.2" ? "~> 4.2.0" : ">= 5"

group :test do
gem "rails", "~> 7.1.1"
end

0 comments on commit 087aed4

Please sign in to comment.