Skip to content

Commit

Permalink
Upgrade to ruby 3.2.2 and upgrade gems
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurbragaa committed Oct 6, 2023
1 parent cba4dee commit efdf948
Show file tree
Hide file tree
Showing 7 changed files with 199 additions and 192 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.1.4
3.2.2
9 changes: 4 additions & 5 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }

ruby "3.1.4"
ruby "3.2.2"

gem "active_storage_validations"
gem "activeadmin"
Expand All @@ -10,7 +10,7 @@ gem "azure-storage-blob", "~> 2.0", require: false
gem "bootsnap", require: false
gem "bootstrap"
gem "chartkick", "~> 5.0"
gem "city-state", "~> 0.1.0"
gem "city-state"
gem "dartsass-rails"
gem "devise"
gem "figaro"
Expand All @@ -19,7 +19,7 @@ gem "importmap-rails"
gem "jbuilder"
gem "phonelib"
gem "pg", "~> 1.1"
gem "puma", "~> 5.0"
gem "puma", "~> 6.0"
gem "rails", "~> 7.0.3"
gem "rails-i18n"
gem "requestjs-rails", "~> 0.0.10"
Expand Down Expand Up @@ -54,9 +54,8 @@ group :test do
gem "capybara"
gem "cuprite"
gem "evil_systems", "~> 1.1"
gem 'selenium-webdriver'
gem "selenium-webdriver"
gem "shoulda", "~> 4.0"
gem "shoulda-matchers"
gem "simplecov", require: false
end

Loading

0 comments on commit efdf948

Please sign in to comment.