1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00
varvet--pundit/Gemfile
Olle Jonsson 9691355fca Travis build change: Fix build, use latest JRuby
- Lint only 1 time, on modern Ruby
2017-03-17 17:31:58 +01:00

16 lines
215 B
Ruby

source "https://rubygems.org"
ruby RUBY_VERSION
gemspec
group :development, :test do
gem "actionpack"
gem "activemodel"
gem "bundler"
gem "pry"
gem "rake"
gem "rspec"
gem "rubocop"
gem "yard"
end