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