Skip to content

Commit

Permalink
add gemfile for rails 8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adiaz04 committed Nov 1, 2024
1 parent 7f52ed2 commit f0defa4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Gemfile.rails-8.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
source "https://rubygems.org"

gemspec

gem "rails", ">= 8.0.0.beta2", "< 8.1"
gem 'sqlite3'
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
gem 'activerecord-import'

gem "rspec"

0 comments on commit f0defa4

Please sign in to comment.