Skip to content

Instantly share code, notes, and snippets.

@JakubOboza
Created March 26, 2013 14:48
Show Gist options
  • Save JakubOboza/5245913 to your computer and use it in GitHub Desktop.
Save JakubOboza/5245913 to your computer and use it in GitHub Desktop.
Gemfile
source 'https://rubygems.org'
gem "activerecord"
gem "httparty"
# Specify your gem's dependencies in mt_sender.gemspec
gemspec
gem "bundler", "~> 1.3"
gem "rake"
gem 'rspec-rails', '>= 2.0'
gem 'rspec-rails-ext'
gem "debugger"
gem "sqlite3-ruby"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment