upgrade ruby

This commit is contained in:
Jesse C. Fisher 2023-04-03 14:59:55 +00:00 committed by Bort
parent 63a9cf946b
commit d7ceb08d53
3 changed files with 21 additions and 4 deletions

View File

@ -1 +1 @@
2.7.0 2.7.7

View File

@ -1,5 +1,5 @@
source 'https://rubygems.org' source 'https://rubygems.org'
ruby '2.7.0' ruby '2.7.7'
gem 'rails', '5.2.2' gem 'rails', '5.2.2'
# TODO Upgrade sprockets # TODO Upgrade sprockets
gem 'sprockets', '~> 3.7' gem 'sprockets', '~> 3.7'
@ -36,6 +36,12 @@ group :development do
gem 'capistrano-nginx', github: 'koenpunt/capistrano-nginx' gem 'capistrano-nginx', github: 'koenpunt/capistrano-nginx'
gem "capistrano-db-tasks", require: false gem "capistrano-db-tasks", require: false
gem "capistrano-postgresql" #, '~> 4.2.0' gem "capistrano-postgresql" #, '~> 4.2.0'
# required for ecdsa key
gem "bcrypt_pbkdf", require: false
gem "net-ssh", ">= 4.0.0", require: false
gem "rbnacl", "~> 3.4", require: false
gem "rbnacl-libsodium", require: false
gem "ed25519", require: false
gem 'guard-bundler' gem 'guard-bundler'
gem 'guard-rails' gem 'guard-rails'
gem 'guard-rspec' gem 'guard-rspec'

View File

@ -60,6 +60,7 @@ GEM
babel-source (>= 4.0, < 6) babel-source (>= 4.0, < 6)
execjs (~> 2.0) execjs (~> 2.0)
bcrypt (3.1.16) bcrypt (3.1.16)
bcrypt_pbkdf (1.1.0)
better_errors (2.9.1) better_errors (2.9.1)
coderay (>= 1.0.0) coderay (>= 1.0.0)
erubi (>= 1.0.0) erubi (>= 1.0.0)
@ -143,6 +144,7 @@ GEM
dotenv-rails (2.7.6) dotenv-rails (2.7.6)
dotenv (= 2.7.6) dotenv (= 2.7.6)
railties (>= 3.2) railties (>= 3.2)
ed25519 (1.3.0)
em-websocket (0.5.3) em-websocket (0.5.3)
eventmachine (>= 0.12.9) eventmachine (>= 0.12.9)
http_parser.rb (~> 0) http_parser.rb (~> 0)
@ -306,6 +308,10 @@ GEM
rb-fsevent (0.11.0) rb-fsevent (0.11.0)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rbnacl (3.4.0)
ffi
rbnacl-libsodium (1.0.16)
rbnacl (>= 3.0.1)
rdoc (6.3.3) rdoc (6.3.3)
react-rails (2.6.1) react-rails (2.6.1)
babel-transpiler (>= 0.7.0) babel-transpiler (>= 0.7.0)
@ -424,6 +430,7 @@ PLATFORMS
ruby ruby
DEPENDENCIES DEPENDENCIES
bcrypt_pbkdf
better_errors better_errors
binding_of_caller binding_of_caller
capistrano capistrano
@ -443,6 +450,7 @@ DEPENDENCIES
devise devise
devise_invitable devise_invitable
dotenv-rails dotenv-rails
ed25519
factory_girl_rails factory_girl_rails
faker faker
guard-bundler guard-bundler
@ -457,6 +465,7 @@ DEPENDENCIES
jbuilder jbuilder
jquery-rails jquery-rails
launchy launchy
net-ssh (>= 4.0.0)
parallel_tests parallel_tests
pg pg
pry-rails pry-rails
@ -469,6 +478,8 @@ DEPENDENCIES
rb-fchange rb-fchange
rb-fsevent rb-fsevent
rb-inotify rb-inotify
rbnacl (~> 3.4)
rbnacl-libsodium
react-rails react-rails
rspec-rails rspec-rails
rubocop rubocop
@ -485,7 +496,7 @@ DEPENDENCIES
webdrivers webdrivers
RUBY VERSION RUBY VERSION
ruby 2.7.0p0 ruby 2.7.7p221
BUNDLED WITH BUNDLED WITH
2.1.2 2.1.4