Skip to content

Commit

Permalink
Appraisal update with Ruby 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
metaskills committed Jan 22, 2019
1 parent b071865 commit 43f7d80
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails41.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rails", "~> 4.1.0"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails42.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "rails", "~> 4.2.0"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails42.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GEM
mini_mime (1.0.1)
mini_portile2 (2.4.0)
minitest (5.11.3)
nokogiri (1.10.1)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
rack (1.6.11)
rack-test (0.6.3)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "rails", "5.0.0"
gem "minitest", "5.10.1"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails50.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
mini_portile2 (2.4.0)
minitest (5.10.1)
nio4r (1.2.1)
nokogiri (1.10.1)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
rack (2.0.6)
rack-test (0.6.3)
Expand Down
2 changes: 1 addition & 1 deletion gemfiles/rails51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ source "https://rubygems.org"
gem "rails", "5.1.0"
gem "minitest", "5.10.1"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails51.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ GEM
mini_portile2 (2.4.0)
minitest (5.10.1)
nio4r (2.3.1)
nokogiri (1.10.1)
nokogiri (1.9.1)
mini_portile2 (~> 2.4.0)
rack (2.0.6)
rack-test (0.6.3)
Expand Down

0 comments on commit 43f7d80

Please sign in to comment.