Skip to content

Commit

Permalink
Merge pull request #59 from magma-labs/chore/bump-ruby-version-to-3.2.0
Browse files Browse the repository at this point in the history
Bump ruby version to 3.2
  • Loading branch information
Ilyeo authored Jun 27, 2024
2 parents d1ff98a + 438d1e3 commit fa34402
Show file tree
Hide file tree
Showing 8 changed files with 411 additions and 330 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.1
3.2.0
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

source 'https://rubygems.org'

ruby '2.7.1'
ruby '3.2.0'

gem 'rails', '~> 5.x'
gem 'rails', '~> 6.1.7.8'

gem 'active_model_serializers'
gem 'autoprefixer-rails'
gem 'coffee-rails', '~> 4.1.0'
gem 'dynamic_form'
gem 'haml-rails'
gem 'httparty'
Expand Down
Loading

0 comments on commit fa34402

Please sign in to comment.