Skip to content

Commit

Permalink
Update appraisals
Browse files Browse the repository at this point in the history
  • Loading branch information
excid3 committed Apr 25, 2024
1 parent 13eeedc commit f42ffcb
Show file tree
Hide file tree
Showing 14 changed files with 44 additions and 47 deletions.
5 changes: 5 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
@@ -1,19 +1,24 @@
appraise "rails-6" do
gem "rails", "~> 6.0.0"
gem "sqlite3", "~> 1.4"
end

appraise "rails-6-1" do
gem "rails", "~> 6.1.0"
gem "sqlite3", "~> 1.4"
end

appraise "rails-7-0" do
gem "rails", "~> 7.0.0"
gem "sqlite3", "~> 1.4"
end

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

appraise "rails-main" do
gem "rails", github: "rails/rails", branch: "main"
gem "sqlite3", "~> 2.0"
end
6 changes: 3 additions & 3 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
# Specify your gem's dependencies in prefixed_ids.gemspec.
gemspec

group :development do
gem "sqlite3"
end
gem "sqlite3", "~> 1.4"
gem "standard"
gem "appraisal"

# To use a debugger
# gem 'byebug', group: [:development, :test]
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -207,10 +207,10 @@ GEM
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
sqlite3 (2.0.1)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (2.0.1-x86_64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -243,7 +243,7 @@ PLATFORMS
DEPENDENCIES
appraisal
prefixed_ids!
sqlite3
sqlite3 (~> 1.4)
standard

BUNDLED WITH
Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_6.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

source "https://rubygems.org"

gem "sqlite3", "~> 1.4"
gem "standard"
gem "appraisal"
gem "rails", "~> 6.0.0"

group :development do
gem "sqlite3"
end

gemspec path: "../"
8 changes: 4 additions & 4 deletions gemfiles/rails_6.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (2.0.1)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (2.0.1-x86_64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -211,7 +211,7 @@ DEPENDENCIES
appraisal
prefixed_ids!
rails (~> 6.0.0)
sqlite3
sqlite3 (~> 1.4)
standard

BUNDLED WITH
Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_6_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

source "https://rubygems.org"

gem "sqlite3", "~> 1.4"
gem "standard"
gem "appraisal"
gem "rails", "~> 6.1.0"

group :development do
gem "sqlite3"
end

gemspec path: "../"
8 changes: 4 additions & 4 deletions gemfiles/rails_6_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,10 @@ GEM
actionpack (>= 5.2)
activesupport (>= 5.2)
sprockets (>= 3.0.0)
sqlite3 (2.0.1)
sqlite3 (1.7.3)
mini_portile2 (~> 2.8.0)
sqlite3 (2.0.1-x86_64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
sqlite3 (1.7.3-x86_64-darwin)
sqlite3 (1.7.3-x86_64-linux)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -214,7 +214,7 @@ DEPENDENCIES
appraisal
prefixed_ids!
rails (~> 6.1.0)
sqlite3
sqlite3 (~> 1.4)
standard

BUNDLED WITH
Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_7_0.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

source "https://rubygems.org"

gem "sqlite3", "~> 1.4"
gem "standard"
gem "appraisal"
gem "rails", "~> 7.0.0"

group :development do
gem "sqlite3"
end

gemspec path: "../"
8 changes: 4 additions & 4 deletions gemfiles/rails_7_0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ GEM
marcel (1.0.4)
method_source (1.1.0)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.3)
net-imap (0.4.10)
date
Expand Down Expand Up @@ -176,9 +177,8 @@ GEM
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -212,7 +212,7 @@ DEPENDENCIES
appraisal
prefixed_ids!
rails (~> 7.0.0)
sqlite3
sqlite3 (~> 1.4)
standard

BUNDLED WITH
Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_7_1.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

source "https://rubygems.org"

gem "sqlite3", "~> 1.4"
gem "standard"
gem "appraisal"
gem "rails", "~> 7.1.0"

group :development do
gem "sqlite3"
end

gemspec path: "../"
8 changes: 4 additions & 4 deletions gemfiles/rails_7_1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,7 @@ GEM
net-smtp
marcel (1.0.4)
mini_mime (1.1.5)
mini_portile2 (2.8.5)
minitest (5.22.3)
mutex_m (0.2.0)
net-imap (0.4.10)
Expand Down Expand Up @@ -205,9 +206,8 @@ GEM
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
ruby-progressbar (1.13.0)
sqlite3 (2.0.1-arm64-darwin)
sqlite3 (2.0.1-x86_64-darwin)
sqlite3 (2.0.1-x86_64-linux-gnu)
sqlite3 (1.6.9)
mini_portile2 (~> 2.8.0)
standard (1.35.1)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.0)
Expand Down Expand Up @@ -243,7 +243,7 @@ DEPENDENCIES
appraisal
prefixed_ids!
rails (~> 7.1.0)
sqlite3
sqlite3 (~> 1.4)
standard

BUNDLED WITH
Expand Down
7 changes: 3 additions & 4 deletions gemfiles/rails_main.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@

source "https://rubygems.org"

gem "sqlite3", "~> 2.0"
gem "standard"
gem "appraisal"
gem "rails", branch: "main", git: "https://github.com/rails/rails.git"

group :development do
gem "sqlite3"
end

gemspec path: "../"
2 changes: 1 addition & 1 deletion gemfiles/rails_main.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ DEPENDENCIES
appraisal
prefixed_ids!
rails!
sqlite3
sqlite3 (~> 2.0)
standard

BUNDLED WITH
Expand Down
3 changes: 0 additions & 3 deletions prefixed_ids.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,4 @@ Gem::Specification.new do |spec|

spec.add_dependency "rails", ">= 6.0.0"
spec.add_dependency "hashids", ">= 1.0.0", "< 2.0.0"

spec.add_development_dependency "standard"
spec.add_development_dependency "appraisal"
end

0 comments on commit f42ffcb

Please sign in to comment.