Skip to content

Commit

Permalink
Pin to Ruby 2.6 for now.
Browse files Browse the repository at this point in the history
We need to move to a more modern stack, but I'm hoping this stops dependabot from trying to make incompatible patches.
  • Loading branch information
bamnet committed Nov 13, 2023
1 parent 0f14095 commit 746d0ea
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Edit this Gemfile to bundle your application's dependencies.
source 'https://rubygems.org'

# the ruby version is specified in the Dockerfile and the nginx.docker.conf files,
# but not here, because travis wouldn't be able to test other versions if we did.
# ruby '2.4.6'
# Lock the ruby version for now. We don't work on Ruby 2.7, so stick with Ruby 2.6
ruby '~> 2.6.0'

gem 'rails', '~> 4.2'
gem 'nokogiri', '~> 1.13', '>= 1.13.10' #pin while on ruby < 2.7
Expand Down
3 changes: 3 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -412,5 +412,8 @@ DEPENDENCIES
uglifier (~> 2.7.2)
web-console (~> 2.0)

RUBY VERSION
ruby 2.6.10p210

BUNDLED WITH
1.17.3

0 comments on commit 746d0ea

Please sign in to comment.