rubyx/Gemfile
Nigel Thorne 20433e3ad2 Change to NigelThorne fork to detect infinite loops
and fixed grammar to ignore missing parameter list.
2014-06-04 21:48:32 +10:00

12 lines
203 B
Ruby

source "http://rubygems.org"
gem "parslet" , :git => 'https://github.com/NigelThorne/parslet.git'
group :development do
gem "minitest"
gem "simplecov"
gem "jeweler"
gem "roodi"
gem 'pry'
end