Skip to content

Commit

Permalink
update rails, appraisal
Browse files Browse the repository at this point in the history
  • Loading branch information
mperham committed Jan 3, 2017
1 parent b8f7082 commit 45023e0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion myapp/Gemfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
source 'https://rubygems.org'

gem 'appraisal'
gem 'pry'
gem 'sidekiq', :path => '..'
gem 'rails', '5.0.0'
gem 'rails', '5.0.1'

platforms :ruby do
gem 'sqlite3'
Expand Down
6 changes: 3 additions & 3 deletions myapp/gemfiles/rails_4.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
sidekiq (4.2.6)
sidekiq (4.2.8)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
Expand Down Expand Up @@ -53,7 +53,7 @@ GEM
builder (3.2.2)
coderay (1.1.1)
concurrent-ruby (1.0.2)
connection_pool (2.2.0)
connection_pool (2.2.1)
erubis (2.7.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -134,4 +134,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.12.5
1.13.6
6 changes: 3 additions & 3 deletions myapp/gemfiles/rails_5.gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: ../..
specs:
sidekiq (4.2.6)
sidekiq (4.2.8)
concurrent-ruby (~> 1.0)
connection_pool (~> 2.2, >= 2.2.0)
rack-protection (>= 1.5.0)
Expand Down Expand Up @@ -55,7 +55,7 @@ GEM
builder (3.2.2)
coderay (1.1.1)
concurrent-ruby (1.0.2)
connection_pool (2.2.0)
connection_pool (2.2.1)
erubis (2.7.0)
globalid (0.3.7)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -138,4 +138,4 @@ DEPENDENCIES
sqlite3

BUNDLED WITH
1.12.5
1.13.6

0 comments on commit 45023e0

Please sign in to comment.