Skip to content

Commit f5ded1c

Browse files
committed
#gemfile update gemfile
1 parent ad57a9d commit f5ded1c

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.wiki

Submodule .wiki updated from 0240bae to 77e1057

Gemfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ source 'https://rubygems.org'
55
# `~>` denotes bundler will only install minor updates
66

77
ruby '2.7.8'
8-
# ruby '3.0.0' # nova
8+
# NOTE: ipatch, rails 5.2.x no compat with ruby v3.x
9+
# ruby '3.0.6' # nova
910

1011
gem 'rails', '~> 5.2.8.1'
1112
# gem 'activerecord', '~> 5.2.8.15' # NOTE: ipatch, requires paid rails LTS

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -289,4 +289,4 @@ RUBY VERSION
289289
ruby 2.7.8p225
290290

291291
BUNDLED WITH
292-
2.2.27
292+
2.4.17

0 commit comments

Comments
 (0)