Skip to content

Commit

Permalink
Update ruby version from .rvmrc to 1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichardlai committed Aug 1, 2012
1 parent fca7592 commit 086c6b9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Expand Up @@ -2,6 +2,5 @@
.bundle
.idea
Gemfile.lock
.rvmrc
pkg/*
bin
bin
1 change: 1 addition & 0 deletions .rvmrc
@@ -0,0 +1 @@
rvm use ruby-1.9.3-p194@taskrabbit_client
4 changes: 2 additions & 2 deletions Gemfile
Expand Up @@ -7,7 +7,7 @@ group :development do
gem 'rdoc'
gem 'rake'
gem 'yard'
gem 'ruby-debug'
gem 'debugger'
gem 'pry'
gem 'awesome_print'
end
Expand All @@ -19,5 +19,5 @@ group :test do
gem 'growl'
gem 'vcr', '~> 1.11.3'
gem 'fakeweb'
gem 'rcov', :require => nil
gem 'simplecov'
end

0 comments on commit 086c6b9

Please sign in to comment.