1
0
Fork 0
mirror of https://github.com/varvet/pundit.git synced 2022-11-09 12:30:11 -05:00
varvet--pundit/Gemfile

17 lines
215 B
Text
Raw Normal View History

2016-01-14 15:15:30 +01:00
source "https://rubygems.org"
2012-11-04 10:20:45 +01:00
ruby RUBY_VERSION
2012-11-04 10:20:45 +01:00
gemspec
group :development, :test do
gem "actionpack"
gem "activemodel"
gem "bundler"
gem "pry"
gem "rake"
gem "rspec"
gem "rubocop"
gem "yard"
end