Revision 3c83b0fcfaf803646314a6668128cc93e81dc291 authored by Thomas Weymuth on 11 October 2014, 15:55:58 UTC, committed by Thomas Weymuth on 11 October 2014, 15:55:58 UTC
1 parent 11491ce
Raw File
Gemfile
source "https://rubygems.org"

gem "coveralls", :require => false
gem "json", :platform => [:jruby, :mri_18]
gem "pry", :require => false

gemspec
back to top