Skip to content

Commit

Permalink
Merge pull request #253 from k0kubun/rails-ref
Browse files Browse the repository at this point in the history
Specify a git ref for rails
  • Loading branch information
noahgibbs authored Oct 3, 2023
2 parents 6aee7ed + 09066bb commit 84d346d
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 32 deletions.
2 changes: 1 addition & 1 deletion benchmarks/lobsters/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", github: "rails/rails"
gem "rails", github: "rails/rails", ref: "d21d811ffece4d3959bcd37e58fec77590ff6f93"

gem "sqlite3"
#gem "mysql2"
Expand Down
63 changes: 32 additions & 31 deletions benchmarks/lobsters/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,27 @@
GIT
remote: https://github.com/rails/rails.git
revision: d21d811ffece4d3959bcd37e58fec77590ff6f93
ref: d21d811ffece4d3959bcd37e58fec77590ff6f93
specs:
rails (7.1.0.beta1)
actioncable (= 7.1.0.beta1)
actionmailbox (= 7.1.0.beta1)
actionmailer (= 7.1.0.beta1)
actionpack (= 7.1.0.beta1)
actiontext (= 7.1.0.beta1)
actionview (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activemodel (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
bundler (>= 1.15.0)
railties (= 7.1.0.beta1)

GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
actioncable (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
Expand Down Expand Up @@ -37,6 +57,8 @@ GIT
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.2)
rails-html-sanitizer (~> 1.6)
actionpack-page_caching (1.2.4)
actionpack (>= 4.0.0)
actiontext (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
Expand All @@ -59,6 +81,8 @@ GIT
activemodel (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
timeout (>= 0.4.0)
activerecord-typedstore (1.5.1)
activerecord (>= 6.1)
activestorage (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
Expand All @@ -75,37 +99,6 @@ GIT
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
rails (7.1.0.beta1)
actioncable (= 7.1.0.beta1)
actionmailbox (= 7.1.0.beta1)
actionmailer (= 7.1.0.beta1)
actionpack (= 7.1.0.beta1)
actiontext (= 7.1.0.beta1)
actionview (= 7.1.0.beta1)
activejob (= 7.1.0.beta1)
activemodel (= 7.1.0.beta1)
activerecord (= 7.1.0.beta1)
activestorage (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
bundler (>= 1.15.0)
railties (= 7.1.0.beta1)
railties (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)

GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.0)
actionpack-page_caching (1.2.4)
actionpack (>= 4.0.0)
activerecord-typedstore (1.5.1)
activerecord (>= 6.1)
addressable (2.8.4)
public_suffix (>= 2.0.2, < 6.0)
afm (0.2.2)
Expand Down Expand Up @@ -245,6 +238,14 @@ GEM
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
nokogiri (~> 1.14)
railties (7.1.0.beta1)
actionpack (= 7.1.0.beta1)
activesupport (= 7.1.0.beta1)
irb
rackup (>= 1.0.0)
rake (>= 12.2)
thor (~> 1.0, >= 1.2.2)
zeitwerk (~> 2.6)
rainbow (3.1.1)
rake (13.0.6)
rb-fsevent (0.11.2)
Expand Down

0 comments on commit 84d346d

Please sign in to comment.