mirror of
https://github.com/varvet/pundit.git
synced 2022-11-09 12:30:11 -05:00
5 lines
165 B
Ruby
5 lines
165 B
Ruby
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in pundit.gemspec
|
|
gem "rspec", ENV["RSPEC_VERSION"] unless ENV["RSPEC_VERSION"].to_s.empty?
|
|
gemspec
|