Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Commit

Permalink
Lock to git flipper til new gem comes out.
Browse files Browse the repository at this point in the history
  • Loading branch information
jnunemaker committed Feb 5, 2013
1 parent a7c7787 commit 25343a8
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions Gemfile
Expand Up @@ -2,16 +2,13 @@ source 'https://rubygems.org'
gemspec

gem 'rake'
gem 'rspec'
gem 'redis'
gem 'flipper', :git => 'git://github.com/jnunemaker/flipper.git'

group(:guard) do
gem 'guard'
gem 'guard-rspec'
gem 'guard-bundler'
gem 'growl'
gem 'rb-fsevent'
end

group(:test) do
gem 'rspec'
gem 'redis'
end

0 comments on commit 25343a8

Please sign in to comment.