Skip to content

Commit 91f9130

Browse files
author
jamesprior
committed
Specify ruby version in Gemfile instead of a named rvm installation
1 parent a1ba610 commit 91f9130

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ test/dummy/.powder
2626
test/dummy/.rvmrc
2727
.sass-cache
2828
.rvmrc
29+
.ruby-version
2930
db/backups

.ruby-version

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'http://rubygems.org'
22

3+
ruby '2.0.0'
4+
35
# Load this project as a gem.
46
gemspec
57
gem "mysql2"

0 commit comments

Comments
 (0)