Skip to content
This repository has been archived by the owner on Nov 22, 2017. It is now read-only.

Commit

Permalink
Pin exact version of Rails.
Browse files Browse the repository at this point in the history
To be consistent with other apps, and conform to out styleguide.
  • Loading branch information
alext committed Jul 3, 2015
1 parent cf97ef0 commit 56fc36f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rails", "~> 4.2.2"
gem "rails", "4.2.2"

gem "yajl-ruby"
gem "multi_json"
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Expand Up @@ -302,7 +302,7 @@ DEPENDENCIES
plek (~> 1.8.1)
poltergeist (~> 1.5.1)
pry-rails
rails (~> 4.2.2)
rails (= 4.2.2)
responders (~> 2.0)
rspec-rails (~> 3.2)
sass-rails (~> 5.0)
Expand Down

0 comments on commit 56fc36f

Please sign in to comment.