Skip to content

Commit

Permalink
Frozen Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Wenger committed Mar 14, 2012
1 parent b9b689b commit 86fb1f7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile
Expand Up @@ -5,13 +5,13 @@ gem 'rails', '3.1.3'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'

gem 'sqlite3'
gem 'omniauth'
gem 'omniauth-twitter'
gem 'sqlite3', '~> 1.3'
gem 'omniauth', '~> 1.0'
gem 'omniauth-twitter', '~> 0.0.8'

gem 'haml-rails'
gem 'haml-rails', '~> 0.3.4'

gem 'unicorn'
gem 'unicorn', '~> 4.1.1'

# Gems used only for assets and not required
# in production environments by default.
Expand Down

0 comments on commit 86fb1f7

Please sign in to comment.