hermann/Gemfile

24 lines
483 B
Ruby
Raw Normal View History

source "https://rubygems.org"
gemspec
group :development do
gem 'rake'
gem' ruby-maven', :platform => :java
gem 'jar-dependencies', :platform => :java
gem 'rake-compiler'
gem 'pry'
# Used for testing `zk` gem based functionality
gem 'zk', '~> 1.9.4'
end
group :test do
gem 'rspec', '~> 3.0.0'
gem 'rspec-its'
gem 'system_timer', :platform => :mri_18
2014-10-30 03:53:03 +00:00
# Used for testing encoding protobufs in an out of Hermann in integration
# tests
gem 'protobuffy'
end