Skip to content

Commit

Permalink
Update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Dec 7, 2023
1 parent 02be9be commit 6fd5edb
Show file tree
Hide file tree
Showing 16 changed files with 1,225 additions and 549 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ jobs:
- rails_6
- rails_6_1
- rails_7
- rails_7_1
- rails_main
- sidekiq_6
- sidekiq_7
exclude:
- ruby: '3.0'
gemfile: rails_5
Expand Down
16 changes: 12 additions & 4 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,17 +1,21 @@
appraise "rails-5" do
gem "rails", "~> 5.2.0", ">= 5.2.6"
gem "rails", "~> 5.2.0"
end

appraise "rails-6" do
gem "rails", "~> 6.0.0", ">= 6.0.4.1"
gem "rails", "~> 6.0.0"
end

appraise "rails-6-1" do
gem "rails", "~> 6.1.0", ">= 6.1.4.1"
gem "rails", "~> 6.1.0"
end

appraise "rails-7" do
gem "rails", "~> 7.0.0", ">= 7.0.0"
gem "rails", "~> 7.0.0"
end

appraise "rails-7-1" do
gem "rails", "~> 7.1.0"
end

appraise "rails-main" do
Expand All @@ -24,3 +28,7 @@ end
appraise "sidekiq-6" do
gem "sidekiq", "~> 6.0"
end

appraise "sidekiq-7" do
gem "sidekiq", "~> 7.0"
end
2 changes: 1 addition & 1 deletion gemfiles/rails_5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem "standard"
gem "sidekiq", "~> 7.0"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "byebug", group: [:development, :test]
gem "rails", "~> 5.2.0", ">= 5.2.6"
gem "rails", "~> 5.2.0"

gemspec path: "../"
101 changes: 52 additions & 49 deletions gemfiles/rails_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
GIT
remote: https://github.com/thoughtbot/appraisal.git
revision: b200e636903700098bef25f4f51dbc4c46e4c04c
revision: feb78bcc6177038399bff098cb6c2bd4bca4972a
specs:
appraisal (2.4.1)
appraisal (2.5.0)
bundler
rake
thor (>= 0.14.0)
Expand Down Expand Up @@ -64,17 +64,17 @@ GEM
concurrent-ruby (1.2.2)
connection_pool (2.4.1)
crass (1.0.6)
date (3.3.3)
date (3.3.4)
diff-lcs (1.5.0)
erubi (1.12.0)
globalid (1.1.0)
activesupport (>= 5.0)
i18n (1.14.1)
concurrent-ruby (~> 1.0)
json (2.6.3)
json (2.7.1)
language_server-protocol (3.17.0.3)
lint_roller (1.0.0)
loofah (2.21.3)
lint_roller (1.1.0)
loofah (2.22.0)
crass (~> 1.0.2)
nokogiri (>= 1.12.0)
mail (2.8.1)
Expand All @@ -84,30 +84,30 @@ GEM
net-smtp
marcel (1.0.2)
method_source (1.0.0)
mini_mime (1.1.2)
minitest (5.18.0)
net-imap (0.3.6)
mini_mime (1.1.5)
minitest (5.20.0)
net-imap (0.4.7)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.3.3)
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nokogiri (1.15.2-arm64-darwin)
nio4r (2.7.0)
nokogiri (1.15.5-arm64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-darwin)
nokogiri (1.15.5-x86_64-darwin)
racc (~> 1.4)
nokogiri (1.15.2-x86_64-linux)
nokogiri (1.15.5-x86_64-linux)
racc (~> 1.4)
parallel (1.23.0)
parser (3.2.2.3)
parser (3.2.2.4)
ast (~> 2.4.1)
racc
racc (1.7.1)
rack (2.2.7)
racc (1.7.3)
rack (2.2.8)
rack-test (2.1.0)
rack (>= 1.3)
rails (5.2.8.1)
Expand All @@ -123,8 +123,9 @@ GEM
bundler (>= 1.3.0)
railties (= 5.2.8.1)
sprockets-rails (>= 2.0.0)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
rails-dom-testing (2.2.0)
activesupport (>= 5.0.0)
minitest
nokogiri (>= 1.6)
rails-html-sanitizer (1.6.0)
loofah (~> 2.21)
Expand All @@ -136,11 +137,11 @@ GEM
rake (>= 0.8.7)
thor (>= 0.19.0, < 2.0)
rainbow (3.1.1)
rake (13.0.6)
redis-client (0.14.1)
rake (13.1.0)
redis-client (0.18.0)
connection_pool
regexp_parser (2.8.1)
rexml (3.2.5)
regexp_parser (2.8.3)
rexml (3.2.6)
rspec (3.12.0)
rspec-core (~> 3.12.0)
rspec-expectations (~> 3.12.0)
Expand All @@ -150,7 +151,7 @@ GEM
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-mocks (3.12.5)
rspec-mocks (3.12.6)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.12.0)
rspec-rails (5.1.2)
Expand All @@ -161,56 +162,58 @@ GEM
rspec-expectations (~> 3.10)
rspec-mocks (~> 3.10)
rspec-support (~> 3.10)
rspec-support (3.12.0)
rubocop (1.52.1)
rspec-support (3.12.1)
rubocop (1.57.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.2.2.3)
parser (>= 3.2.2.4)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.28.0, < 2.0)
rubocop-ast (>= 1.28.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.29.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-performance (1.18.0)
rubocop-performance (1.19.1)
rubocop (>= 1.7.0, < 2.0)
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.13.0)
sidekiq (7.1.2)
sidekiq (7.2.0)
concurrent-ruby (< 2)
connection_pool (>= 2.3.0)
rack (>= 2.2.4)
redis-client (>= 0.14.0)
sprockets (4.2.0)
sprockets (4.2.1)
concurrent-ruby (~> 1.0)
rack (>= 2.2.4, < 4)
sprockets-rails (3.4.2)
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (1.6.3-arm64-darwin)
sqlite3 (1.6.3-x86_64-darwin)
sqlite3 (1.6.3-x86_64-linux)
standard (1.29.0)
sqlite3 (1.6.9-arm64-darwin)
sqlite3 (1.6.9-x86_64-darwin)
sqlite3 (1.6.9-x86_64-linux)
standard (1.32.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
rubocop (~> 1.52.0)
rubocop (~> 1.57.2)
standard-custom (~> 1.0.0)
standard-performance (~> 1.1.0)
standard-custom (1.0.1)
standard-performance (~> 1.2)
standard-custom (1.0.2)
lint_roller (~> 1.0)
standard-performance (1.1.0)
lint_roller (~> 1.0)
rubocop-performance (~> 1.18.0)
thor (1.2.2)
rubocop (~> 1.50)
standard-performance (1.2.1)
lint_roller (~> 1.1)
rubocop-performance (~> 1.19.1)
thor (1.3.0)
thread_safe (0.3.6)
timeout (0.3.2)
timeout (0.4.1)
tzinfo (1.2.11)
thread_safe (~> 0.1)
unicode-display_width (2.4.2)
websocket-driver (0.7.5)
unicode-display_width (2.5.0)
websocket-driver (0.7.6)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.5)

Expand All @@ -225,12 +228,12 @@ DEPENDENCIES
acts_as_tenant!
appraisal!
byebug
rails (~> 5.2.0, >= 5.2.6)
rails (~> 5.2.0)
rspec (>= 3.0)
rspec-rails
sidekiq (~> 7.0)
sqlite3
standard

BUNDLED WITH
2.4.3
2.4.22
2 changes: 1 addition & 1 deletion gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ gem "standard"
gem "sidekiq", "~> 7.0"
gem "appraisal", git: "https://github.com/thoughtbot/appraisal.git"
gem "byebug", group: [:development, :test]
gem "rails", "~> 6.0.0", ">= 6.0.4.1"
gem "rails", "~> 6.0.0"

gemspec path: "../"
Loading

0 comments on commit 6fd5edb

Please sign in to comment.