Skip to content

Commit

Permalink
Update Gemfile (ruby version, rails and puma)
Browse files Browse the repository at this point in the history
  • Loading branch information
illiatdesdindes authored Jul 15, 2024
1 parent 0c54e17 commit 9ceaa88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.2.2"
ruby "3.3.1"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.0.1"
gem "rails", "~> 7.1"

# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
gem "sprockets-rails"
Expand Down Expand Up @@ -62,4 +62,4 @@ group :test do
gem "capybara"
gem "selenium-webdriver"
gem "webdrivers"
end
end

0 comments on commit 9ceaa88

Please sign in to comment.