Skip to content

Commit

Permalink
adds rails 7 gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tansengming committed Aug 12, 2024
1 parent 3a4cddb commit a918699
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions gemfiles/rails70.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
source :rubygems

gem 'rails', '~> 7.0.0'

gem 'rake'
gem 'responders'
gem 'stripe'

group :development, :test do
gem 'm'
end

group :test do
gem 'mocha'
gem 'simplecov', require: false
gem 'stripe-ruby-mock'
gem 'webmock'
# Required for system tests
gem 'capybara'
gem 'puma'
gem 'selenium-webdriver'
gem 'webdrivers'
end

0 comments on commit a918699

Please sign in to comment.