Skip to content

Commit

Permalink
Fix Gemfile s/active_support/activesupport/
Browse files Browse the repository at this point in the history
  • Loading branch information
rajeshduggal committed Jun 3, 2014
1 parent 56f4639 commit 1bb6e85
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ gem 'sinatra', :require => 'sinatra/base'
gem 'unicorn'
gem 'erubis'
gem 'builder'
gem 'i18n'
gem 'active_support'
gem 'i18n', '~> 0.6.9'
gem 'activesupport', '~> 4.1.1'
gem 'nokogiri'
gem 'nestful', '1.0.2'
gem 'bcrypt-ruby'
Expand Down

0 comments on commit 1bb6e85

Please sign in to comment.