hashie/Gemfile

15 lines
267 B
Ruby
Raw Normal View History

source 'http://rubygems.org'
platforms :rbx do
2014-03-31 00:09:17 +00:00
gem 'rubysl'
gem 'rubinius-developer_tools'
2014-03-31 00:57:53 +00:00
gem 'racc'
end
gemspec
2014-03-31 00:44:13 +00:00
2014-07-06 21:56:20 +00:00
gem 'rubocop', '0.24.1'
# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
gem 'activesupport', require: false