Skip to content

Commit

Permalink
Update rails to 7.1.3.4 and replace dotenv-rails with dotenv (#80)
Browse files Browse the repository at this point in the history
Main things:

* Update rails
* Replace dotenv-rails with dotenv (See bkeepers/dotenv#468 )
* Update all of the other gems
* Fix some controllers tests and add a missing one

Honestly, I am not too happy with the way I fixed the controllers tests. Rails probably changed and it needs now the ENV var at boot. Happy to have someone else trying.

:v:
  • Loading branch information
dmitryrck authored Jun 30, 2024
1 parent 23921ea commit 53ba180
Show file tree
Hide file tree
Showing 14 changed files with 515 additions and 206 deletions.
6 changes: 2 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ source "https://rubygems.org"

ruby File.read(".ruby-version").strip

gem "rails", "7.1.3.1"
gem "rails", "7.1.3.4"
gem "pg"
gem "falcon"
gem "responders"
Expand All @@ -15,9 +15,7 @@ gem "sprockets", "< 4"
gem "jsbundling-rails"

group :development, :test do
# Load local .env files
gem "dotenv-rails"

gem "dotenv"
gem "rspec-rails"
gem "capybara"
gem "capybara-email"
Expand Down
Loading

0 comments on commit 53ba180

Please sign in to comment.