Skip to content

Commit

Permalink
Update Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhawksley authored Jul 18, 2022
1 parent 2bd3fbf commit 7e4d13c
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 @@ -7,7 +7,7 @@ rails_version = (ENV["RAILS_VERSION"] || "~> 7.0.0").to_s

gem "capybara", "~> 3"
gem "rails", rails_version == "main" ? {git: "https://github.com/rails/rails", ref: "main"} : rails_version
gem "rspec-rails", "~> 5.1"
gem "rspec-rails", "~> 5"

if RUBY_VERSION >= "3.1"
gem "net-imap", require: false
Expand Down

0 comments on commit 7e4d13c

Please sign in to comment.