Skip to content

Commit

Permalink
Dont use moped-turbo on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
durran committed Nov 24, 2012
1 parent fe1f9b7 commit e9a8f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -3,14 +3,14 @@ gemspec

gem "rake"
gem "moped", "~> 1.3.0"
gem "moped-turbo", "~> 0.0.1"

group :test do
gem "rspec", "~> 2.11"

unless ENV["CI"]
gem "guard"
gem "guard-rspec"
gem "moped-turbo", "~> 0.0.1"
gem "rb-fsevent"
end
end

0 comments on commit e9a8f67

Please sign in to comment.