Created
March 26, 2013 14:48
-
-
Save JakubOboza/5245913 to your computer and use it in GitHub Desktop.
Gemfile
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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