Skip to content

Commit

Permalink
👷 updates appraisal gemspecs
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilperez committed Jul 13, 2022
1 parent 26135aa commit 359ec77
Show file tree
Hide file tree
Showing 12 changed files with 123 additions and 27 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,24 +7,26 @@ cache: bundler
bundler_args: --jobs 3 --retry 3

before_install:
- 'travis_retry gem update --system'
- 'travis_retry gem install bundler'
- "travis_retry gem update --system"
- "travis_retry gem install bundler"

script: 'bundle exec rake'
script: "bundle exec rake"

rvm:
- 2.4.9
- 2.5.7
- 2.6.5
- 2.7.2
- 3.0.0
- 3.1.2
- ruby-head
- truffleruby

gemfile:
- gemfiles/rails_4.2.gemfile
- gemfiles/rails_5.2.gemfile
- gemfiles/rails_6.1.gemfile
- gemfiles/rails_7.0.gemfile
- gemfiles/rails_edge.gemfile

matrix:
Expand All @@ -34,6 +36,8 @@ matrix:
exclude:
- rvm: 2.4.9
gemfile: gemfiles/rails_6.1.gemfile
- rvm: 2.4.9
gemfile: gemfiles/rails_7.0.gemfile
- rvm: 2.4.9
gemfile: gemfiles/rails_edge.gemfile
- rvm: 3.0.0
Expand Down
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ appraise 'rails-6.1' do
gem 'activemodel', '~> 6.1.0'
end

appraise 'rails-7.0' do
gem 'activemodel', '~> 7.0.0'
end

appraise 'rails_edge' do
gem 'activemodel', github: 'rails/rails'
end
7 changes: 3 additions & 4 deletions gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true
# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'activemodel', '~> 4.2.0'
gem "activemodel", "~> 4.2.0"

gemspec path: '../'
gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.0)
validates_zipcode (0.5.1)
activemodel (>= 4.2.0)

GEM
Expand Down Expand Up @@ -81,4 +81,4 @@ DEPENDENCIES
validates_zipcode!

BUNDLED WITH
2.1.4
2.2.22
7 changes: 3 additions & 4 deletions gemfiles/rails_5.2.gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true
# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'activemodel', '~> 5.2.0'
gem "activemodel", "~> 5.2.0"

gemspec path: '../'
gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.0)
validates_zipcode (0.5.1)
activemodel (>= 4.2.0)

GEM
Expand Down Expand Up @@ -79,4 +79,4 @@ DEPENDENCIES
validates_zipcode!

BUNDLED WITH
2.1.4
2.2.22
7 changes: 3 additions & 4 deletions gemfiles/rails_6.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true
# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'activemodel', '~> 6.1.0'
gem "activemodel", "~> 6.1.0"

gemspec path: '../'
gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_6.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.0)
validates_zipcode (0.5.1)
activemodel (>= 4.2.0)

GEM
Expand Down Expand Up @@ -82,4 +82,4 @@ DEPENDENCIES
validates_zipcode!

BUNDLED WITH
2.1.4
2.2.22
7 changes: 7 additions & 0 deletions gemfiles/rails_7.0.gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This file was generated by Appraisal

source "https://rubygems.org"

gem "activemodel", "~> 7.0.0"

gemspec path: "../"
85 changes: 85 additions & 0 deletions gemfiles/rails_7.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
PATH
remote: ..
specs:
validates_zipcode (0.5.1)
activemodel (>= 4.2.0)

GEM
remote: https://rubygems.org/
specs:
activemodel (7.0.3.1)
activesupport (= 7.0.3.1)
activesupport (7.0.3.1)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
appraisal (2.4.1)
bundler
rake
thor (>= 0.14.0)
ast (2.4.2)
concurrent-ruby (1.1.10)
diff-lcs (1.5.0)
i18n (1.11.0)
concurrent-ruby (~> 1.0)
json (2.6.2)
minitest (5.16.2)
parallel (1.22.1)
parser (3.1.2.0)
ast (~> 2.4.1)
rack (2.2.4)
rainbow (3.1.1)
rake (13.0.6)
regexp_parser (2.5.0)
rexml (3.2.5)
rspec (3.11.0)
rspec-core (~> 3.11.0)
rspec-expectations (~> 3.11.0)
rspec-mocks (~> 3.11.0)
rspec-core (3.11.0)
rspec-support (~> 3.11.0)
rspec-expectations (3.11.0)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-mocks (3.11.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
rubocop (1.31.2)
json (~> 2.3)
parallel (~> 1.10)
parser (>= 3.1.0.0)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.18.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 3.0)
rubocop-ast (1.19.1)
parser (>= 3.1.1.0)
rubocop-rails (2.15.2)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 1.7.0, < 2.0)
ruby-progressbar (1.11.0)
thor (1.2.1)
tzinfo (2.0.4)
concurrent-ruby (~> 1.0)
unicode-display_width (2.2.0)

PLATFORMS
x86_64-darwin-20

DEPENDENCIES
activemodel (~> 7.0.0)
appraisal
bundler
rake (>= 12.3.3)
rspec
rubocop
rubocop-rails
validates_zipcode!

BUNDLED WITH
2.2.22
7 changes: 3 additions & 4 deletions gemfiles/rails_edge.gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# frozen_string_literal: true
# This file was generated by Appraisal

source 'https://rubygems.org'
source "https://rubygems.org"

gem 'activemodel', github: 'rails/rails'
gem "activemodel", github: "rails/rails"

gemspec path: '../'
gemspec path: "../"
4 changes: 2 additions & 2 deletions gemfiles/rails_edge.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ GIT
PATH
remote: ..
specs:
validates_zipcode (0.5.0)
validates_zipcode (0.5.1)
activemodel (>= 4.2.0)

GEM
Expand Down Expand Up @@ -86,4 +86,4 @@ DEPENDENCIES
validates_zipcode!

BUNDLED WITH
2.1.4
2.2.22

0 comments on commit 359ec77

Please sign in to comment.