Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add in rails 7.1 appraisal, latest appraisal gem #37

Merged
merged 1 commit into from
Aug 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ end
appraise "activerecord-7.0" do
gem "activerecord", "~> 7.0.0"
end

appraise "activerecord-7.1" do
gem "activerecord", "~> 7.1.0"
end
5 changes: 1 addition & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ source 'https://rubygems.org'
# Specify your gem's dependencies in stator.gemspec
gemspec

# Locking to specific git sha to work around
# https://github.com/thoughtbot/appraisal/issues/211
# until appraisal v3 is released
gem "appraisal", github: "thoughtbot/appraisal", ref: "b200e636903"
gem "appraisal"

gem "activerecord-nulldb-adapter"
gem "rake"
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_6.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal", github: "thoughtbot/appraisal", ref: "b200e636903"
gem "appraisal"
gem "activerecord-nulldb-adapter"
gem "rake"
gem "rspec"
Expand Down
20 changes: 7 additions & 13 deletions gemfiles/activerecord_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
GIT
remote: https://github.com/thoughtbot/appraisal.git
revision: b200e636903700098bef25f4f51dbc4c46e4c04c
ref: b200e636903
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
stator (0.5.0)
stator (0.6.0)
activerecord (>= 5.1)

GEM
Expand All @@ -30,7 +20,11 @@ GEM
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
concurrent-ruby (1.3.3)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -61,7 +55,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 6.0.0)
activerecord-nulldb-adapter
appraisal!
appraisal
rake
rspec
stator!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_6.1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal", github: "thoughtbot/appraisal", ref: "b200e636903"
gem "appraisal"
gem "activerecord-nulldb-adapter"
gem "rake"
gem "rspec"
Expand Down
20 changes: 7 additions & 13 deletions gemfiles/activerecord_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
GIT
remote: https://github.com/thoughtbot/appraisal.git
revision: b200e636903700098bef25f4f51dbc4c46e4c04c
ref: b200e636903
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
stator (0.5.0)
stator (0.6.0)
activerecord (>= 5.1)

GEM
Expand All @@ -30,7 +20,11 @@ GEM
minitest (>= 5.1)
tzinfo (~> 2.0)
zeitwerk (~> 2.3)
concurrent-ruby (1.3.3)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -60,7 +54,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 6.1.0)
activerecord-nulldb-adapter
appraisal!
appraisal
rake
rspec
stator!
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/activerecord_7.0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

gem "appraisal", github: "thoughtbot/appraisal", ref: "b200e636903"
gem "appraisal"
gem "activerecord-nulldb-adapter"
gem "rake"
gem "rspec"
Expand Down
20 changes: 7 additions & 13 deletions gemfiles/activerecord_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,17 +1,7 @@
GIT
remote: https://github.com/thoughtbot/appraisal.git
revision: b200e636903700098bef25f4f51dbc4c46e4c04c
ref: b200e636903
specs:
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
stator (0.5.0)
stator (0.6.0)
activerecord (>= 5.1)

GEM
Expand All @@ -29,7 +19,11 @@ GEM
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
concurrent-ruby (1.3.3)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
concurrent-ruby (1.3.4)
diff-lcs (1.5.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -58,7 +52,7 @@ PLATFORMS
DEPENDENCIES
activerecord (~> 7.0.0)
activerecord-nulldb-adapter
appraisal!
appraisal
rake
rspec
stator!
Expand Down
11 changes: 11 additions & 0 deletions gemfiles/activerecord_7.1.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "appraisal"
gem "activerecord-nulldb-adapter"
gem "rake"
gem "rspec"
gem "activerecord", "~> 7.1.0"

gemspec path: "../"
74 changes: 74 additions & 0 deletions gemfiles/activerecord_7.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,74 @@
PATH
remote: ..
specs:
stator (0.6.0)
activerecord (>= 5.1)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.1.3.4)
activesupport (= 7.1.3.4)
activerecord (7.1.3.4)
activemodel (= 7.1.3.4)
activesupport (= 7.1.3.4)
timeout (>= 0.4.0)
activerecord-nulldb-adapter (1.0.1)
activerecord (>= 5.2.0, < 7.2)
activesupport (7.1.3.4)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.0.2)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
minitest (>= 5.1)
mutex_m
tzinfo (~> 2.0)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
base64 (0.2.0)
bigdecimal (3.1.8)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
diff-lcs (1.5.1)
drb (2.2.1)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
minitest (5.24.1)
mutex_m (0.2.0)
rake (13.2.1)
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.1)
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-support (3.13.1)
thor (1.3.1)
timeout (0.4.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)

PLATFORMS
arm64-darwin-23
ruby

DEPENDENCIES
activerecord (~> 7.1.0)
activerecord-nulldb-adapter
appraisal
rake
rspec
stator!

BUNDLED WITH
2.5.17