Skip to content

Commit

Permalink
Upated gemfiles using appraisal install
Browse files Browse the repository at this point in the history
  • Loading branch information
stex committed Nov 26, 2018
1 parent f6e05d7 commit 5f41683
Show file tree
Hide file tree
Showing 8 changed files with 32 additions and 32 deletions.
6 changes: 3 additions & 3 deletions gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was generated by Appraisal

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

gem 'rails', '~> 4.2.0'
gem "rails", "~> 4.2.0"

gemspec path: '../'
gemspec path: "../"
10 changes: 5 additions & 5 deletions gemfiles/rails_4.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -147,16 +147,16 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 2.2.0)
appraisal (~> 2.2)
bundler (~> 1.6)
generator_spec (~> 0.9.4)
generator_spec (~> 0.9)
rails (~> 4.2.0)
rake (~> 10.4)
rspec (~> 3.8.0)
rubocop (~> 0.60.0)
rspec (~> 3.8)
rubocop (~> 0.60)
setting_accessors!
sqlite3 (~> 1.3)
with_model (~> 2.1.2)
with_model (~> 2.1)

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

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

gem 'rails', '~> 5.0.0'
gem "rails", "~> 5.0.0"

gemspec path: '../'
gemspec path: "../"
10 changes: 5 additions & 5 deletions gemfiles/rails_5.0.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,16 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 2.2.0)
appraisal (~> 2.2)
bundler (~> 1.6)
generator_spec (~> 0.9.4)
generator_spec (~> 0.9)
rails (~> 5.0.0)
rake (~> 10.4)
rspec (~> 3.8.0)
rubocop (~> 0.60.0)
rspec (~> 3.8)
rubocop (~> 0.60)
setting_accessors!
sqlite3 (~> 1.3)
with_model (~> 2.1.2)
with_model (~> 2.1)

BUNDLED WITH
1.17.1
6 changes: 3 additions & 3 deletions gemfiles/rails_5.1.gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file was generated by Appraisal

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

gem 'rails', '~> 5.1.0'
gem "rails", "~> 5.1.0"

gemspec path: '../'
gemspec path: "../"
10 changes: 5 additions & 5 deletions gemfiles/rails_5.1.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,16 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 2.2.0)
appraisal (~> 2.2)
bundler (~> 1.6)
generator_spec (~> 0.9.4)
generator_spec (~> 0.9)
rails (~> 5.1.0)
rake (~> 10.4)
rspec (~> 3.8.0)
rubocop (~> 0.60.0)
rspec (~> 3.8)
rubocop (~> 0.60)
setting_accessors!
sqlite3 (~> 1.3)
with_model (~> 2.1.2)
with_model (~> 2.1)

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

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

gem 'rails', '~> 5.2.0'
gem "rails", "~> 5.2.0"

gemspec path: '../'
gemspec path: "../"
10 changes: 5 additions & 5 deletions gemfiles/rails_5.2.gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -162,16 +162,16 @@ PLATFORMS
ruby

DEPENDENCIES
appraisal (~> 2.2.0)
appraisal (~> 2.2)
bundler (~> 1.6)
generator_spec (~> 0.9.4)
generator_spec (~> 0.9)
rails (~> 5.2.0)
rake (~> 10.4)
rspec (~> 3.8.0)
rubocop (~> 0.60.0)
rspec (~> 3.8)
rubocop (~> 0.60)
setting_accessors!
sqlite3 (~> 1.3)
with_model (~> 2.1.2)
with_model (~> 2.1)

BUNDLED WITH
1.17.1

0 comments on commit 5f41683

Please sign in to comment.