Skip to content

Commit

Permalink
gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Elise Worthy committed Apr 19, 2012
1 parent a230b07 commit 348d089
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Gemfile
Expand Up @@ -8,8 +8,7 @@ gem "twitter-bootstrap-rails"
gem 'sorcery'
gem 'cancan'
gem 'httparty'
gem 'reek', :git => "git://github.com/mvz/reek.git", :branch => "ripper_ruby_parser-2"
gem 'cane', :git => "git://github.com/square/cane.git"

gem 'bcrypt-ruby', '2.1.4'

# Gems used only for assets and not required
Expand All @@ -36,4 +35,6 @@ group :development, :test do
gem 'sqlite3'
gem 'faker'
gem 'heroku'
gem 'reek', :git => "git://github.com/mvz/reek.git", :branch => "ripper_ruby_parser-2"
gem 'cane', :git => "git://github.com/square/cane.git"
end

0 comments on commit 348d089

Please sign in to comment.