1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-07-19 21:29:38 +02:00

Pin Rails to 7-2-stable (#757)

This commit is contained in:
Zach Gollwitzer 2024-05-17 13:47:30 -04:00 committed by GitHub
parent 31ef3d85f5
commit ddf26cd5e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 39 additions and 31 deletions

View file

@ -3,7 +3,7 @@ source "https://rubygems.org"
ruby file: ".ruby-version" ruby file: ".ruby-version"
# Rails # Rails
gem "rails", github: "rails/rails", branch: "main" gem "rails", github: "rails/rails", branch: "7-2-stable"
# Drivers # Drivers
gem "pg", "~> 1.5" gem "pg", "~> 1.5"
@ -26,7 +26,7 @@ gem "turbo-rails"
gem "good_job" gem "good_job"
# Search # Search
gem "ransack" gem "ransack", github: "maybe-finance/ransack", branch: "main"
# Error logging # Error logging
gem "stackprof" gem "stackprof"

View file

@ -6,9 +6,19 @@ GIT
railties (>= 4.1.0) railties (>= 4.1.0)
GIT GIT
remote: https://github.com/rails/rails.git remote: https://github.com/maybe-finance/ransack.git
revision: 793ff00442723b2ff9ed7b7fb39cae2f5608cc2b revision: dec20edc9ccccac77f5b4b8a1c1a9f20dc58fa04
branch: main branch: main
specs:
ransack (4.1.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
GIT
remote: https://github.com/rails/rails.git
revision: fb4300ce193c338e00c8fe3a8372dc594f6c5de8
branch: 7-2-stable
specs: specs:
actioncable (7.2.0.alpha) actioncable (7.2.0.alpha)
actionpack (= 7.2.0.alpha) actionpack (= 7.2.0.alpha)
@ -108,16 +118,16 @@ GEM
public_suffix (>= 2.0.2, < 6.0) public_suffix (>= 2.0.2, < 6.0)
ast (2.4.2) ast (2.4.2)
aws-eventstream (1.3.0) aws-eventstream (1.3.0)
aws-partitions (1.927.0) aws-partitions (1.930.0)
aws-sdk-core (3.195.0) aws-sdk-core (3.196.1)
aws-eventstream (~> 1, >= 1.3.0) aws-eventstream (~> 1, >= 1.3.0)
aws-partitions (~> 1, >= 1.651.0) aws-partitions (~> 1, >= 1.651.0)
aws-sigv4 (~> 1.8) aws-sigv4 (~> 1.8)
jmespath (~> 1, >= 1.6.1) jmespath (~> 1, >= 1.6.1)
aws-sdk-kms (1.80.0) aws-sdk-kms (1.81.0)
aws-sdk-core (~> 3, >= 3.193.0) aws-sdk-core (~> 3, >= 3.193.0)
aws-sigv4 (~> 1.1) aws-sigv4 (~> 1.1)
aws-sdk-s3 (1.149.1) aws-sdk-s3 (1.151.0)
aws-sdk-core (~> 3, >= 3.194.0) aws-sdk-core (~> 3, >= 3.194.0)
aws-sdk-kms (~> 1) aws-sdk-kms (~> 1)
aws-sigv4 (~> 1.8) aws-sigv4 (~> 1.8)
@ -156,7 +166,7 @@ GEM
bigdecimal bigdecimal
rexml rexml
crass (1.0.6) crass (1.0.6)
csv (3.2.8) csv (3.3.0)
date (3.3.4) date (3.3.4)
debug (1.9.2) debug (1.9.2)
irb (~> 1.10) irb (~> 1.10)
@ -230,7 +240,7 @@ GEM
jmespath (1.6.2) jmespath (1.6.2)
json (2.7.2) json (2.7.2)
language_server-protocol (3.17.0.3) language_server-protocol (3.17.0.3)
launchy (3.0.0) launchy (3.0.1)
addressable (~> 2.8) addressable (~> 2.8)
childprocess (~> 5.0) childprocess (~> 5.0)
letter_opener (1.10.0) letter_opener (1.10.0)
@ -256,7 +266,7 @@ GEM
msgpack (1.7.2) msgpack (1.7.2)
net-http (0.4.1) net-http (0.4.1)
uri uri
net-imap (0.4.10) net-imap (0.4.11)
date date
net-protocol net-protocol
net-pop (0.1.2) net-pop (0.1.2)
@ -265,18 +275,18 @@ GEM
timeout timeout
net-smtp (0.5.0) net-smtp (0.5.0)
net-protocol net-protocol
nio4r (2.7.1) nio4r (2.7.3)
nokogiri (1.16.4-aarch64-linux) nokogiri (1.16.5-aarch64-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-arm-linux) nokogiri (1.16.5-arm-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-arm64-darwin) nokogiri (1.16.5-arm64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-x86-linux) nokogiri (1.16.5-x86-linux)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-x86_64-darwin) nokogiri (1.16.5-x86_64-darwin)
racc (~> 1.4) racc (~> 1.4)
nokogiri (1.16.4-x86_64-linux) nokogiri (1.16.5-x86_64-linux)
racc (~> 1.4) racc (~> 1.4)
octokit (8.1.0) octokit (8.1.0)
base64 base64
@ -324,20 +334,17 @@ GEM
railties (>= 5.0.0) railties (>= 5.0.0)
rainbow (3.1.1) rainbow (3.1.1)
rake (13.2.1) rake (13.2.1)
ransack (4.1.1)
activerecord (>= 6.1.5)
activesupport (>= 6.1.5)
i18n
rb-fsevent (0.11.2) rb-fsevent (0.11.2)
rb-inotify (0.10.1) rb-inotify (0.10.1)
ffi (~> 1.0) ffi (~> 1.0)
rdoc (6.6.3.1) rdoc (6.6.3.1)
psych (>= 4.0.0) psych (>= 4.0.0)
regexp_parser (2.9.0) regexp_parser (2.9.2)
reline (0.5.6) reline (0.5.7)
io-console (~> 0.5) io-console (~> 0.5)
rexml (3.2.6) rexml (3.2.8)
rubocop (1.63.4) strscan (>= 3.0.9)
rubocop (1.63.5)
json (~> 2.3) json (~> 2.3)
language_server-protocol (>= 3.17.0) language_server-protocol (>= 3.17.0)
parallel (~> 1.10) parallel (~> 1.10)
@ -356,7 +363,7 @@ GEM
rubocop-performance (1.21.0) rubocop-performance (1.21.0)
rubocop (>= 1.48.1, < 2.0) rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0) rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rails (2.24.1) rubocop-rails (2.25.0)
activesupport (>= 4.2.0) activesupport (>= 4.2.0)
rack (>= 1.1) rack (>= 1.1)
rubocop (>= 1.33.0, < 2.0) rubocop (>= 1.33.0, < 2.0)
@ -381,7 +388,7 @@ GEM
sawyer (0.9.2) sawyer (0.9.2)
addressable (>= 2.3.5) addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3) faraday (>= 0.17.3, < 3)
selenium-webdriver (4.20.1) selenium-webdriver (4.21.1)
base64 (~> 0.2) base64 (~> 0.2)
rexml (~> 3.2, >= 3.2.5) rexml (~> 3.2, >= 3.2.5)
rubyzip (>= 1.2.2, < 3.0) rubyzip (>= 1.2.2, < 3.0)
@ -393,11 +400,12 @@ GEM
bigdecimal bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2) concurrent-ruby (~> 1.0, >= 1.0.2)
smart_properties (1.17.0) smart_properties (1.17.0)
sorbet-runtime (0.5.11368) sorbet-runtime (0.5.11383)
stackprof (0.2.26) stackprof (0.2.26)
stimulus-rails (1.3.3) stimulus-rails (1.3.3)
railties (>= 6.0.0) railties (>= 6.0.0)
stringio (3.1.0) stringio (3.1.0)
strscan (3.1.0)
tailwindcss-rails (2.6.0) tailwindcss-rails (2.6.0)
railties (>= 7.0.0) railties (>= 7.0.0)
tailwindcss-rails (2.6.0-aarch64-linux) tailwindcss-rails (2.6.0-aarch64-linux)
@ -440,7 +448,7 @@ GEM
websocket-extensions (0.1.5) websocket-extensions (0.1.5)
xpath (3.2.0) xpath (3.2.0)
nokogiri (~> 1.8) nokogiri (~> 1.8)
zeitwerk (2.6.13) zeitwerk (2.6.14)
PLATFORMS PLATFORMS
aarch64-linux aarch64-linux
@ -479,7 +487,7 @@ DEPENDENCIES
puma (>= 5.0) puma (>= 5.0)
rails! rails!
rails-settings-cached rails-settings-cached
ransack ransack!
rubocop-rails-omakase rubocop-rails-omakase
ruby-lsp-rails ruby-lsp-rails
selenium-webdriver selenium-webdriver