Skip to content

Commit

Permalink
Update Appraisals (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
bensheldon committed Mar 8, 2020
1 parent e45ecda commit 992f98e
Show file tree
Hide file tree
Showing 4 changed files with 94 additions and 18 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
.bundle/
log/*.log
pkg/
vendor/bundle
spec/dummy/log/*.log
spec/dummy/storage/
spec/dummy/tmp/
37 changes: 31 additions & 6 deletions gemfiles/rails_5.1.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
GIT
remote: https://github.com/thoughtbot/appraisal.git
revision: ac8341f81d7c662a6d48e52b2ca12aceffe49e9d
specs:
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
good_job (0.2.0)
good_job (0.2.1)
concurrent-ruby (>= 1.0.2)
pg (>= 1.0.0)
rails (>= 5.1.0)
Expand Down Expand Up @@ -49,11 +58,8 @@ GEM
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
arel (8.0.0)
ast (2.4.0)
builder (3.2.4)
concurrent-ruby (1.1.6)
crass (1.0.6)
Expand All @@ -77,6 +83,7 @@ GEM
activesupport (>= 4.2.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -94,6 +101,9 @@ GEM
octokit (4.16.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.19.1)
parser (2.7.0.4)
ast (~> 2.4.0)
pg (1.2.2)
public_suffix (4.0.3)
rack (2.2.2)
Expand Down Expand Up @@ -125,6 +135,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
retriable (3.1.2)
rexml (3.2.4)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
Expand All @@ -142,6 +153,17 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand All @@ -156,6 +178,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
websocket-driver (0.6.5)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
Expand All @@ -164,13 +187,15 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal
appraisal!
database_cleaner
gem-release
github_changelog_generator
good_job!
rails (~> 5.1.0)
rspec-rails
rubocop
rubocop-rspec

BUNDLED WITH
2.1.2
37 changes: 31 additions & 6 deletions gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
GIT
remote: https://github.com/thoughtbot/appraisal.git
revision: ac8341f81d7c662a6d48e52b2ca12aceffe49e9d
specs:
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
good_job (0.2.0)
good_job (0.2.1)
concurrent-ruby (>= 1.0.2)
pg (>= 1.0.0)
rails (>= 5.1.0)
Expand Down Expand Up @@ -53,11 +62,8 @@ GEM
tzinfo (~> 1.1)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
arel (9.0.0)
ast (2.4.0)
builder (3.2.4)
concurrent-ruby (1.1.6)
crass (1.0.6)
Expand All @@ -81,6 +87,7 @@ GEM
activesupport (>= 4.2.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -101,6 +108,9 @@ GEM
octokit (4.16.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.19.1)
parser (2.7.0.4)
ast (~> 2.4.0)
pg (1.2.2)
public_suffix (4.0.3)
rack (2.2.2)
Expand Down Expand Up @@ -133,6 +143,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
retriable (3.1.2)
rexml (3.2.4)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
Expand All @@ -150,6 +161,17 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand All @@ -164,6 +186,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
Expand All @@ -172,13 +195,15 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal
appraisal!
database_cleaner
gem-release
github_changelog_generator
good_job!
rails (~> 5.2.0)
rspec-rails
rubocop
rubocop-rspec

BUNDLED WITH
2.1.2
37 changes: 31 additions & 6 deletions gemfiles/rails_6.0.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,16 @@
GIT
remote: https://github.com/thoughtbot/appraisal.git
revision: ac8341f81d7c662a6d48e52b2ca12aceffe49e9d
specs:
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)

PATH
remote: ..
specs:
good_job (0.2.0)
good_job (0.2.1)
concurrent-ruby (>= 1.0.2)
pg (>= 1.0.0)
rails (>= 5.1.0)
Expand Down Expand Up @@ -67,10 +76,7 @@ GEM
zeitwerk (~> 2.2)
addressable (2.7.0)
public_suffix (>= 2.0.2, < 5.0)
appraisal (2.2.0)
bundler
rake
thor (>= 0.14.0)
ast (2.4.0)
builder (3.2.4)
concurrent-ruby (1.1.6)
crass (1.0.6)
Expand All @@ -94,6 +100,7 @@ GEM
activesupport (>= 4.2.0)
i18n (1.8.2)
concurrent-ruby (~> 1.0)
jaro_winkler (1.5.4)
loofah (2.4.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand All @@ -114,6 +121,9 @@ GEM
octokit (4.16.0)
faraday (>= 0.9)
sawyer (~> 0.8.0, >= 0.5.3)
parallel (1.19.1)
parser (2.7.0.4)
ast (~> 2.4.0)
pg (1.2.2)
public_suffix (4.0.3)
rack (2.2.2)
Expand Down Expand Up @@ -148,6 +158,7 @@ GEM
rainbow (3.0.0)
rake (13.0.1)
retriable (3.1.2)
rexml (3.2.4)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
Expand All @@ -165,6 +176,17 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.2)
rubocop (0.80.1)
jaro_winkler (~> 1.5.1)
parallel (~> 1.10)
parser (>= 2.7.0.1)
rainbow (>= 2.2.2, < 4.0)
rexml
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 1.7)
rubocop-rspec (1.38.1)
rubocop (>= 0.68.1)
ruby-progressbar (1.10.1)
sawyer (0.8.2)
addressable (>= 2.3.5)
faraday (> 0.8, < 2.0)
Expand All @@ -179,6 +201,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.6)
thread_safe (~> 0.1)
unicode-display_width (1.6.1)
websocket-driver (0.7.1)
websocket-extensions (>= 0.1.0)
websocket-extensions (0.1.4)
Expand All @@ -188,13 +211,15 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal
appraisal!
database_cleaner
gem-release
github_changelog_generator
good_job!
rails (~> 6.0.0)
rspec-rails
rubocop
rubocop-rspec

BUNDLED WITH
2.1.2

0 comments on commit 992f98e

Please sign in to comment.