source "http://rubygems.org" # Add dependencies required to use your gem here. # Example: # gem "activesupport", ">= 2.3.5" # gem "git" gem 'launchy', '~> 2.5' # Add dependencies to develop your gem here. # Include everything needed to run rake, tests, features, etc. group :development do gem "pry" gem "rspec", "~> 2.7" gem "bundler" gem 'jeweler', '~> 2.3' end