summaryrefslogtreecommitdiff
path: root/Gemfile
blob: dd1b9e8ca72b8bdff2042e3a9ef38d1d037f498e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
source 'http://rubygems.org'

platforms :rbx do
  gem 'rubysl'
  gem 'rubinius-developer_tools'
  gem 'racc'
end

gemspec

gem 'rubocop', '0.24.1'

# ActiveSupport required to test compatibility with ActiveSupport Core Extensions.
gem 'activesupport', require: false