mirror of
https://github.com/vidarh/ruby-x11
synced 2024-12-25 09:59:00 +01:00
Add development group to Gemfile
This commit is contained in:
parent
ad10e78306
commit
fcd057fd4b
1 changed files with 4 additions and 1 deletions
5
Gemfile
5
Gemfile
|
@ -4,4 +4,7 @@ gemspec
|
|||
|
||||
gem 'rake'
|
||||
gem 'active_support'
|
||||
gem 'hexdump'
|
||||
|
||||
group :development do
|
||||
gem "hexdump"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue