Skip to content

Commit

Permalink
Bump ruby version to 3.3.2, rails version to 6.0.x
Browse files Browse the repository at this point in the history
  • Loading branch information
blms committed Aug 16, 2024
1 parent a20db43 commit 3c1a7ab
Show file tree
Hide file tree
Showing 13 changed files with 319 additions and 143 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.6
3.3.2
11 changes: 9 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ git_source(:github) do |repo_name|
"https://github.com/#{repo_name}.git"
end

ruby '2.7.6'
ruby '3.3.2'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.2.0'
gem 'rails', '~> 6.0.0'
# Use postgresql as the database for Active Record
gem 'pg', '>= 0.18', '< 2.0'
# Use Puma as the app server
Expand Down Expand Up @@ -47,3 +47,10 @@ end

# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem 'webrick', '~> 1.8'
gem 'base64', '~> 0.2.0'
gem 'mutex_m', '~> 0.2.0'
gem 'bigdecimal', '~> 3.1'
gem 'psych', '< 4'
gem "dotenv-rails", "~> 2.8"
Loading

0 comments on commit 3c1a7ab

Please sign in to comment.