-
Notifications
You must be signed in to change notification settings - Fork 66
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Rails 7.0/.1 version constraints
…upgrade, and commit Rails 7.0 lock file. The previous version constraints were overly permissive and would result in an upgrade to the latest Rails 7.x release.
- Loading branch information
Showing
6 changed files
with
400 additions
and
126 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,5 +4,3 @@ source "https://rubygems.org" | |
|
||
# Specify your gem's dependencies in litestack.gemspec | ||
gemspec | ||
|
||
# gem "rails" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ source "https://rubygems.org" | |
|
||
gemspec path: "../" | ||
|
||
gem "rails", "~> 7.0" | ||
gem "rails", "~> 7.0.0" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,274 @@ | ||
PATH | ||
remote: .. | ||
specs: | ||
litestack (0.4.4) | ||
erubi (~> 1) | ||
oj (~> 3) | ||
rack (>= 2) | ||
rackup | ||
sqlite3 (>= 1.6.0, < 2.0.0) | ||
tilt (~> 2) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
actioncable (7.0.8.4) | ||
actionpack (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
actionmailbox (7.0.8.4) | ||
actionpack (= 7.0.8.4) | ||
activejob (= 7.0.8.4) | ||
activerecord (= 7.0.8.4) | ||
activestorage (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
mail (>= 2.7.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
actionmailer (7.0.8.4) | ||
actionpack (= 7.0.8.4) | ||
actionview (= 7.0.8.4) | ||
activejob (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
mail (~> 2.5, >= 2.5.4) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
rails-dom-testing (~> 2.0) | ||
actionpack (7.0.8.4) | ||
actionview (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
rack (~> 2.0, >= 2.2.4) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.0, >= 1.2.0) | ||
actiontext (7.0.8.4) | ||
actionpack (= 7.0.8.4) | ||
activerecord (= 7.0.8.4) | ||
activestorage (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
globalid (>= 0.6.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
builder (~> 3.1) | ||
erubi (~> 1.4) | ||
rails-dom-testing (~> 2.0) | ||
rails-html-sanitizer (~> 1.1, >= 1.2.0) | ||
activejob (7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
globalid (>= 0.3.6) | ||
activemodel (7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
activerecord (7.0.8.4) | ||
activemodel (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
activestorage (7.0.8.4) | ||
actionpack (= 7.0.8.4) | ||
activejob (= 7.0.8.4) | ||
activerecord (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
marcel (~> 1.0) | ||
mini_mime (>= 1.1.0) | ||
activesupport (7.0.8.4) | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1) | ||
tzinfo (~> 2.0) | ||
ast (2.4.2) | ||
bigdecimal (3.1.8) | ||
builder (3.3.0) | ||
concurrent-ruby (1.3.4) | ||
crass (1.0.6) | ||
date (3.3.4) | ||
debug (1.9.2) | ||
irb (~> 1.10) | ||
reline (>= 0.3.8) | ||
docile (1.4.1) | ||
erubi (1.13.0) | ||
globalid (1.2.1) | ||
activesupport (>= 6.1) | ||
i18n (1.14.6) | ||
concurrent-ruby (~> 1.0) | ||
io-console (0.7.2) | ||
irb (1.14.1) | ||
rdoc (>= 4.0.0) | ||
reline (>= 0.4.2) | ||
json (2.7.2) | ||
language_server-protocol (3.17.0.3) | ||
lint_roller (1.1.0) | ||
loofah (2.22.0) | ||
crass (~> 1.0.2) | ||
nokogiri (>= 1.12.0) | ||
mail (2.8.1) | ||
mini_mime (>= 0.1.1) | ||
net-imap | ||
net-pop | ||
net-smtp | ||
marcel (1.0.4) | ||
method_source (1.1.0) | ||
mini_mime (1.1.5) | ||
minitest (5.25.1) | ||
net-imap (0.4.16) | ||
date | ||
net-protocol | ||
net-pop (0.1.2) | ||
net-protocol | ||
net-protocol (0.2.2) | ||
timeout | ||
net-smtp (0.5.0) | ||
net-protocol | ||
nio4r (2.7.3) | ||
nokogiri (1.16.7-aarch64-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-arm-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-arm64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.7-x86_64-linux) | ||
racc (~> 1.4) | ||
oj (3.16.6) | ||
bigdecimal (>= 3.0) | ||
ostruct (>= 0.2) | ||
ostruct (0.6.0) | ||
parallel (1.26.3) | ||
parser (3.3.5.0) | ||
ast (~> 2.4.1) | ||
racc | ||
psych (5.1.2) | ||
stringio | ||
racc (1.8.1) | ||
rack (2.2.9) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rackup (1.0.0) | ||
rack (< 3) | ||
webrick | ||
rails (7.0.8.4) | ||
actioncable (= 7.0.8.4) | ||
actionmailbox (= 7.0.8.4) | ||
actionmailer (= 7.0.8.4) | ||
actionpack (= 7.0.8.4) | ||
actiontext (= 7.0.8.4) | ||
actionview (= 7.0.8.4) | ||
activejob (= 7.0.8.4) | ||
activemodel (= 7.0.8.4) | ||
activerecord (= 7.0.8.4) | ||
activestorage (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
bundler (>= 1.15.0) | ||
railties (= 7.0.8.4) | ||
rails-dom-testing (2.2.0) | ||
activesupport (>= 5.0.0) | ||
minitest | ||
nokogiri (>= 1.6) | ||
rails-html-sanitizer (1.6.0) | ||
loofah (~> 2.21) | ||
nokogiri (~> 1.14) | ||
railties (7.0.8.4) | ||
actionpack (= 7.0.8.4) | ||
activesupport (= 7.0.8.4) | ||
method_source | ||
rake (>= 12.2) | ||
thor (~> 1.0) | ||
zeitwerk (~> 2.5) | ||
rainbow (3.1.1) | ||
rake (13.2.1) | ||
rdoc (6.7.0) | ||
psych (>= 4.0.0) | ||
regexp_parser (2.9.2) | ||
reline (0.5.10) | ||
io-console (~> 0.5) | ||
rexml (3.3.8) | ||
rubocop (1.65.1) | ||
json (~> 2.3) | ||
language_server-protocol (>= 3.17.0) | ||
parallel (~> 1.10) | ||
parser (>= 3.3.0.2) | ||
rainbow (>= 2.2.2, < 4.0) | ||
regexp_parser (>= 2.4, < 3.0) | ||
rexml (>= 3.2.5, < 4.0) | ||
rubocop-ast (>= 1.31.1, < 2.0) | ||
ruby-progressbar (~> 1.7) | ||
unicode-display_width (>= 2.4.0, < 3.0) | ||
rubocop-ast (1.32.3) | ||
parser (>= 3.3.1.0) | ||
rubocop-performance (1.21.1) | ||
rubocop (>= 1.48.1, < 2.0) | ||
rubocop-ast (>= 1.31.1, < 2.0) | ||
ruby-progressbar (1.13.0) | ||
sequel (5.85.0) | ||
bigdecimal | ||
simplecov (0.22.0) | ||
docile (~> 1.1) | ||
simplecov-html (~> 0.11) | ||
simplecov_json_formatter (~> 0.1) | ||
simplecov-html (0.13.1) | ||
simplecov_json_formatter (0.1.4) | ||
sqlite3 (1.7.3-aarch64-linux) | ||
sqlite3 (1.7.3-arm-linux) | ||
sqlite3 (1.7.3-arm64-darwin) | ||
sqlite3 (1.7.3-x86-linux) | ||
sqlite3 (1.7.3-x86_64-darwin) | ||
sqlite3 (1.7.3-x86_64-linux) | ||
standard (1.40.1) | ||
language_server-protocol (~> 3.17.0.2) | ||
lint_roller (~> 1.0) | ||
rubocop (~> 1.65.0) | ||
standard-custom (~> 1.0.0) | ||
standard-performance (~> 1.4) | ||
standard-custom (1.0.2) | ||
lint_roller (~> 1.0) | ||
rubocop (~> 1.50) | ||
standard-performance (1.4.0) | ||
lint_roller (~> 1.1) | ||
rubocop-performance (~> 1.21.0) | ||
stringio (3.1.1) | ||
thor (1.3.2) | ||
tilt (2.4.0) | ||
timeout (0.4.1) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
unicode-display_width (2.6.0) | ||
webrick (1.8.2) | ||
websocket-driver (0.7.6) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.18) | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
aarch64-linux-gnu | ||
aarch64-linux-musl | ||
arm-linux | ||
arm-linux-gnu | ||
arm-linux-musl | ||
arm64-darwin | ||
x86-linux | ||
x86-linux-gnu | ||
x86-linux-musl | ||
x86_64-darwin | ||
x86_64-linux-gnu | ||
x86_64-linux-musl | ||
|
||
DEPENDENCIES | ||
activejob (~> 7) | ||
activerecord (~> 7) | ||
debug (~> 1) | ||
litestack! | ||
minitest (~> 5) | ||
rails (~> 7.0.0) | ||
railties (~> 7) | ||
rake (~> 13) | ||
sequel (~> 5) | ||
simplecov (~> 0.2) | ||
standard (~> 1) | ||
|
||
BUNDLED WITH | ||
2.5.18 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ source "https://rubygems.org" | |
|
||
gemspec path: "../" | ||
|
||
gem "rails", "~> 7.1" | ||
gem "rails", "~> 7.1.0" |
Oops, something went wrong.