Skip to content

Instantly share code, notes, and snippets.

@astevens
Created October 11, 2014 17:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save astevens/b8406e39b83c5bb2316a to your computer and use it in GitHub Desktop.
Save astevens/b8406e39b83c5bb2316a to your computer and use it in GitHub Desktop.
Gemfile with updated merb gems
source 'https://rubygems.org'
git 'https://github.com/astevens/merb.git', :branch => 'active_support' do
# gem 'merb'
gem 'merb-gen'
gem 'merb-core'
gem 'merb-haml'
gem 'merb-action-args'
gem 'merb-assets'
gem 'merb-cache'
gem 'merb-exceptions'
gem 'merb-helpers'
gem 'merb-mailer'
gem 'merb-param-protection'
gem 'merb-slices'
end
gem 'thin'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment