Skip to content

Commit

Permalink
Allow running tests on TruffleRuby
Browse files Browse the repository at this point in the history
  • Loading branch information
janko committed Jul 28, 2022
1 parent 6062a6f commit 0312bf2
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 @@ -6,7 +6,7 @@ gem "rake", "~> 13.0"
gem "warning"

gem "rails", ">= 4.2"
gem "sqlite3", "~> 1.3", platforms: :mri
gem "sqlite3", "~> 1.3", platforms: [:mri, :truffleruby]
gem "activerecord-jdbcsqlite3-adapter", platforms: :jruby

gem "capybara"
Expand Down

0 comments on commit 0312bf2

Please sign in to comment.