Sha256: 1cc28cf343ff08bd04330c52aebd3795e61621f41f5afb75fe5260c14ecb2934
Contents?: true
Size: 302 Bytes
Versions: 2
Compression:
Stored size: 302 Bytes
Contents
source "https://rubygems.org" # Specify your gem's dependencies in abstract_notifier.gemspec gemspec gem "pry-byebug" local_gemfile = File.join(__dir__, "Gemfile.local") if File.exist?(local_gemfile) eval(File.read(local_gemfile)) # rubocop:disable Security/Eval else gem "rails", "~> 6.0" end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
abstract_notifier-0.3.1 | Gemfile |
abstract_notifier-0.3.0 | Gemfile |