1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
pry--pry/Gemfile

10 lines
157 B
Ruby
Raw Normal View History

2011-09-13 11:39:04 -04:00
source :rubygems
gemspec
2012-09-08 23:27:41 -04:00
# For Guard
2012-12-06 23:45:07 -05:00
group :development do
gem 'jist'
gem 'rb-inotify', :require => 'false'
gem 'rb-fsevent', :require => 'false'
2012-09-08 23:27:41 -04:00
end