mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
9 lines
157 B
Ruby
9 lines
157 B
Ruby
source :rubygems
|
|
gemspec
|
|
|
|
# For Guard
|
|
group :development do
|
|
gem 'jist'
|
|
gem 'rb-inotify', :require => 'false'
|
|
gem 'rb-fsevent', :require => 'false'
|
|
end
|