-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- rails/main is now 8.0.0.alpha - rails/7-2-stable is likely the next 7.2 release This currently checks out the 7.2 pre-release from Git (just like the main branch). When 7.2 is properly released, I need to do some cleanup. This also changes the location of the rbenv gemset directories from `./.gems/$ruby_version` to `./gemfiles/rails-*/.gems`. This allows to keep the gemset small (by means of `bundle clean --force`).
- Loading branch information
Showing
7 changed files
with
368 additions
and
63 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
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
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
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
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,15 @@ | ||
# frozen_string_literal: true | ||
|
||
source "https://rubygems.org" | ||
gemspec path: "../.." | ||
|
||
gem "pry-byebug" | ||
gem "rails", github: "rails/rails", branch: "7-2-stable" | ||
|
||
# keep in sync with ../../Gemfile | ||
group :development, :test do | ||
gem "combustion" | ||
gem "rake", "~> 13.0" | ||
gem "rspec", "~> 3.0" | ||
gem "rspec-rails" | ||
end |
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,246 @@ | ||
GIT | ||
remote: https://github.com/rails/rails.git | ||
revision: 35cc53410669a366eab8de335742b0096d06abb7 | ||
branch: 7-2-stable | ||
specs: | ||
actioncable (7.2.0.alpha) | ||
actionpack (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
nio4r (~> 2.0) | ||
websocket-driver (>= 0.6.1) | ||
zeitwerk (~> 2.6) | ||
actionmailbox (7.2.0.alpha) | ||
actionpack (= 7.2.0.alpha) | ||
activejob (= 7.2.0.alpha) | ||
activerecord (= 7.2.0.alpha) | ||
activestorage (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
mail (>= 2.8.0) | ||
actionmailer (7.2.0.alpha) | ||
actionpack (= 7.2.0.alpha) | ||
actionview (= 7.2.0.alpha) | ||
activejob (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
mail (>= 2.8.0) | ||
rails-dom-testing (~> 2.2) | ||
actionpack (7.2.0.alpha) | ||
actionview (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
nokogiri (>= 1.8.5) | ||
racc | ||
rack (>= 2.2.4) | ||
rack-session (>= 1.0.1) | ||
rack-test (>= 0.6.3) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
useragent (~> 0.16) | ||
actiontext (7.2.0.alpha) | ||
actionpack (= 7.2.0.alpha) | ||
activerecord (= 7.2.0.alpha) | ||
activestorage (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
globalid (>= 0.6.0) | ||
nokogiri (>= 1.8.5) | ||
actionview (7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
builder (~> 3.1) | ||
erubi (~> 1.11) | ||
rails-dom-testing (~> 2.2) | ||
rails-html-sanitizer (~> 1.6) | ||
activejob (7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
globalid (>= 0.3.6) | ||
activemodel (7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
activerecord (7.2.0.alpha) | ||
activemodel (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
timeout (>= 0.4.0) | ||
activestorage (7.2.0.alpha) | ||
actionpack (= 7.2.0.alpha) | ||
activejob (= 7.2.0.alpha) | ||
activerecord (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
marcel (~> 1.0) | ||
activesupport (7.2.0.alpha) | ||
base64 | ||
bigdecimal | ||
concurrent-ruby (~> 1.0, >= 1.0.2) | ||
connection_pool (>= 2.2.5) | ||
drb | ||
i18n (>= 1.6, < 2) | ||
minitest (>= 5.1, < 5.22.0) | ||
tzinfo (~> 2.0, >= 2.0.5) | ||
rails (7.2.0.alpha) | ||
actioncable (= 7.2.0.alpha) | ||
actionmailbox (= 7.2.0.alpha) | ||
actionmailer (= 7.2.0.alpha) | ||
actionpack (= 7.2.0.alpha) | ||
actiontext (= 7.2.0.alpha) | ||
actionview (= 7.2.0.alpha) | ||
activejob (= 7.2.0.alpha) | ||
activemodel (= 7.2.0.alpha) | ||
activerecord (= 7.2.0.alpha) | ||
activestorage (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
bundler (>= 1.15.0) | ||
railties (= 7.2.0.alpha) | ||
railties (7.2.0.alpha) | ||
actionpack (= 7.2.0.alpha) | ||
activesupport (= 7.2.0.alpha) | ||
irb (~> 1.13) | ||
rackup (>= 1.0.0) | ||
rake (>= 12.2) | ||
thor (~> 1.0, >= 1.2.2) | ||
zeitwerk (~> 2.6) | ||
|
||
PATH | ||
remote: ../.. | ||
specs: | ||
texd (0.6.0) | ||
multipart-post (~> 2.0) | ||
rails (>= 6.0, < 8) | ||
|
||
GEM | ||
remote: https://rubygems.org/ | ||
specs: | ||
base64 (0.2.0) | ||
bigdecimal (3.1.8) | ||
builder (3.2.4) | ||
byebug (11.1.3) | ||
coderay (1.1.3) | ||
combustion (1.4.0) | ||
activesupport (>= 3.0.0) | ||
railties (>= 3.0.0) | ||
thor (>= 0.14.6) | ||
concurrent-ruby (1.2.3) | ||
connection_pool (2.4.1) | ||
crass (1.0.6) | ||
date (3.3.4) | ||
diff-lcs (1.5.1) | ||
drb (2.2.1) | ||
erubi (1.12.0) | ||
globalid (1.2.1) | ||
activesupport (>= 6.1) | ||
i18n (1.14.5) | ||
concurrent-ruby (~> 1.0) | ||
io-console (0.7.2) | ||
irb (1.13.1) | ||
rdoc (>= 4.0.0) | ||
reline (>= 0.4.2) | ||
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.21.2) | ||
multipart-post (2.4.1) | ||
net-imap (0.4.11) | ||
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.5-aarch64-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.5-arm-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.5-arm64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.5-x86-linux) | ||
racc (~> 1.4) | ||
nokogiri (1.16.5-x86_64-darwin) | ||
racc (~> 1.4) | ||
nokogiri (1.16.5-x86_64-linux) | ||
racc (~> 1.4) | ||
pry (0.14.2) | ||
coderay (~> 1.1) | ||
method_source (~> 1.0) | ||
pry-byebug (3.10.1) | ||
byebug (~> 11.0) | ||
pry (>= 0.13, < 0.15) | ||
psych (5.1.2) | ||
stringio | ||
racc (1.7.3) | ||
rack (3.0.11) | ||
rack-session (2.0.0) | ||
rack (>= 3.0.0) | ||
rack-test (2.1.0) | ||
rack (>= 1.3) | ||
rackup (2.1.0) | ||
rack (>= 3) | ||
webrick (~> 1.8) | ||
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) | ||
rake (13.2.1) | ||
rdoc (6.6.3.1) | ||
psych (>= 4.0.0) | ||
reline (0.5.7) | ||
io-console (~> 0.5) | ||
rspec (3.13.0) | ||
rspec-core (~> 3.13.0) | ||
rspec-expectations (~> 3.13.0) | ||
rspec-mocks (~> 3.13.0) | ||
rspec-core (3.13.0) | ||
rspec-support (~> 3.13.0) | ||
rspec-expectations (3.13.0) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.13.0) | ||
rspec-mocks (3.13.1) | ||
diff-lcs (>= 1.2.0, < 2.0) | ||
rspec-support (~> 3.13.0) | ||
rspec-rails (6.1.2) | ||
actionpack (>= 6.1) | ||
activesupport (>= 6.1) | ||
railties (>= 6.1) | ||
rspec-core (~> 3.13) | ||
rspec-expectations (~> 3.13) | ||
rspec-mocks (~> 3.13) | ||
rspec-support (~> 3.13) | ||
rspec-support (3.13.1) | ||
stringio (3.1.0) | ||
thor (1.3.1) | ||
timeout (0.4.1) | ||
tzinfo (2.0.6) | ||
concurrent-ruby (~> 1.0) | ||
useragent (0.16.10) | ||
webrick (1.8.1) | ||
websocket-driver (0.7.6) | ||
websocket-extensions (>= 0.1.0) | ||
websocket-extensions (0.1.5) | ||
zeitwerk (2.6.14) | ||
|
||
PLATFORMS | ||
aarch64-linux | ||
arm-linux | ||
arm64-darwin | ||
x86-linux | ||
x86_64-darwin | ||
x86_64-linux | ||
|
||
DEPENDENCIES | ||
combustion | ||
pry-byebug | ||
rails! | ||
rake (~> 13.0) | ||
rspec (~> 3.0) | ||
rspec-rails | ||
texd! | ||
|
||
BUNDLED WITH | ||
2.5.6 |
Oops, something went wrong.