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

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

gemspec

gem 'rubocop', '0.20.0'