Skip to content

Commit

Permalink
Locking ruby version in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
TonsOfFun committed Mar 4, 2016
1 parent 39cb223 commit 2dd1fc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
@@ -1,4 +1,5 @@
source 'https://rubygems.org'
ruby '2.2.3'

gem 'rake', '10.5.0'
gem 'rspec', '3.4.0'
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -21,8 +21,8 @@ PLATFORMS
ruby

DEPENDENCIES
rake
rspec
rake (= 10.5.0)
rspec (= 3.4.0)

BUNDLED WITH
1.11.2

0 comments on commit 2dd1fc9

Please sign in to comment.