Upgraded to Ruby 3.1.2
Get Puma from GitHub because otherwise it won't install on OpenBSD
This commit is contained in:
parent
3cfbbc0c0b
commit
e5e754d23a
4
Gemfile
4
Gemfile
@ -4,7 +4,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
|
|||||||
gem 'devise'
|
gem 'devise'
|
||||||
gem 'cancancan'
|
gem 'cancancan'
|
||||||
|
|
||||||
ruby "3.0.4"
|
ruby "3.1.2"
|
||||||
|
|
||||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||||
gem "rails", "~> 7.0.2.3"
|
gem "rails", "~> 7.0.2.3"
|
||||||
@ -16,7 +16,7 @@ gem "sprockets-rails"
|
|||||||
gem "mysql2", "~> 0.5"
|
gem "mysql2", "~> 0.5"
|
||||||
|
|
||||||
# Use the Puma web server [https://github.com/puma/puma]
|
# Use the Puma web server [https://github.com/puma/puma]
|
||||||
gem "puma", "~> 5.0"
|
gem "puma", git: 'https://github.com/puma/puma', branch: 'master'
|
||||||
|
|
||||||
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
|
# Use JavaScript with ESM import maps [https://github.com/rails/importmap-rails]
|
||||||
gem "importmap-rails"
|
gem "importmap-rails"
|
||||||
|
|||||||
14
Gemfile.lock
14
Gemfile.lock
@ -1,3 +1,11 @@
|
|||||||
|
GIT
|
||||||
|
remote: https://github.com/puma/puma
|
||||||
|
revision: e9f09ba1fe6b168bed7fff59d0bdbfd65351cf9d
|
||||||
|
branch: master
|
||||||
|
specs:
|
||||||
|
puma (5.6.4)
|
||||||
|
nio4r (~> 2.0)
|
||||||
|
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
@ -148,8 +156,6 @@ GEM
|
|||||||
racc (~> 1.4)
|
racc (~> 1.4)
|
||||||
orm_adapter (0.5.0)
|
orm_adapter (0.5.0)
|
||||||
public_suffix (4.0.6)
|
public_suffix (4.0.6)
|
||||||
puma (5.6.4)
|
|
||||||
nio4r (~> 2.0)
|
|
||||||
racc (1.6.0)
|
racc (1.6.0)
|
||||||
rack (2.2.3)
|
rack (2.2.3)
|
||||||
rack-test (1.1.0)
|
rack-test (1.1.0)
|
||||||
@ -243,7 +249,7 @@ DEPENDENCIES
|
|||||||
importmap-rails
|
importmap-rails
|
||||||
jbuilder
|
jbuilder
|
||||||
mysql2 (~> 0.5)
|
mysql2 (~> 0.5)
|
||||||
puma (~> 5.0)
|
puma!
|
||||||
rails (~> 7.0.2.3)
|
rails (~> 7.0.2.3)
|
||||||
selenium-webdriver
|
selenium-webdriver
|
||||||
sprockets-rails
|
sprockets-rails
|
||||||
@ -254,7 +260,7 @@ DEPENDENCIES
|
|||||||
webdrivers
|
webdrivers
|
||||||
|
|
||||||
RUBY VERSION
|
RUBY VERSION
|
||||||
ruby 3.0.3p157
|
ruby 3.1.2p20
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.3.6
|
2.3.6
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user