Skip to content

Commit

Permalink
Updat rails
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonySuper committed Sep 17, 2015
1 parent 27cc5e4 commit c2341a6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gem 'jbuilder', '~> 2.0'
# Change our data in a migration
gem 'migration_data'
# Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
gem 'spring', group: :development
gem 'spring', '~> 1.3.6', group: :development


# Make tests good!
Expand Down
7 changes: 5 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ GEM
skinny (0.2.3)
eventmachine (~> 1.0.0)
thin (~> 1.5.0)
spring (1.3.0)
spring (1.3.6)
sprockets (2.12.3)
hike (~> 1.2)
multi_json (~> 1.0)
Expand Down Expand Up @@ -346,8 +346,11 @@ DEPENDENCIES
sdoc
shoulda-matchers
simplecov (~> 0.9.0)
spring
spring (~> 1.3.6)
turbolinks
uglifier (>= 1.3.0)
unicorn
will_paginate (~> 3.0.6)

BUNDLED WITH
1.10.6

0 comments on commit c2341a6

Please sign in to comment.