Skip to content

Commit

Permalink
Update ruby & rails
Browse files Browse the repository at this point in the history
  • Loading branch information
parterburn committed Sep 23, 2024
1 parent b21d649 commit bdf88dd
Show file tree
Hide file tree
Showing 11 changed files with 127 additions and 130 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.7.8
3.1.6
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ruby 2.7.8
ruby 3.1.6
nodejs 16.18.1
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

ruby File.read(File.expand_path '../.ruby-version', __FILE__).strip.sub /\-p[0-9]+$/, '' # Read the rbenv version file
gem 'rails', '~> 6.0', '>= 6.0.6.1'
gem 'rails', '~> 6.1.7.8'

gem 'puma', '~> 6'
gem 'pg', '~> 1.5', '>= 1.2.3'
Expand Down Expand Up @@ -78,7 +78,7 @@ gem "reverse_markdown" # text export conversion html->txt
gem "redcarpet" # markdown rendering

group :development, :test do
gem 'byebug'
gem "byebug", platforms: [:mri, :mingw, :x64_mingw] # Call "byebug" anywhere in the code to stop execution and get a debugger console
gem 'delorean'
gem 'factory_bot_rails'
gem 'faker'
Expand Down
Loading

0 comments on commit bdf88dd

Please sign in to comment.