Skip to content

Commit

Permalink
Ruby version upgrade, disappearing name fix. (#286)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1banana authored Jul 24, 2023
1 parent e8ef0aa commit 7a0f601
Show file tree
Hide file tree
Showing 4 changed files with 214 additions and 214 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.5
3.1.4
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
source 'https://rubygems.org'

# Prerequisite for upgraded heroku stack
ruby '2.6.5'
ruby '3.1.4'

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '>= 6.0.3.5'
gem 'rails', '>= 6.0.3.5', '< 7.0'
# Use Rails controller testing for testing stability and error-proneness of site.
gem 'rails-controller-testing'
# Use bcrypt for Password hashing to protect against attackers
gem 'bcrypt', '~> 3.1'

gem 'bootstrap', '>= 4.3.1'
gem 'bootstrap', '>= 4.3.1', '< 4.9'
# For popovers
gem 'autoprefixer-rails'
gem 'popper_js', '>= 1.12.9'
Expand Down
Loading

0 comments on commit 7a0f601

Please sign in to comment.