There was an error while loading. Please reload this page.
1 parent a1ba610 commit 91f9130Copy full SHA for 91f9130
.gitignore
@@ -26,4 +26,5 @@ test/dummy/.powder
26
test/dummy/.rvmrc
27
.sass-cache
28
.rvmrc
29
+.ruby-version
30
db/backups
.ruby-version
Gemfile
@@ -1,5 +1,7 @@
1
source 'http://rubygems.org'
2
3
+ruby '2.0.0'
4
+
5
# Load this project as a gem.
6
gemspec
7
gem "mysql2"
0 commit comments