Sha256: a746d917a8d6b426ee4e2381e0c415faf2909ffc5194abae5c532e1a0168216f
Contents?: true
Size: 331 Bytes
Versions: 3
Compression:
Stored size: 331 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in anyway_config.gemspec gem 'sqlite3' gemspec local_gemfile = "#{File.dirname(__FILE__)}/Gemfile.local" if File.exist?(local_gemfile) eval(File.read(local_gemfile)) # rubocop:disable Security/Eval else gem 'rails', '~> 5.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
anyway_config-1.0.0 | Gemfile |
anyway_config-1.0.0.rc1 | Gemfile |
anyway_config-0.5.1.rc1 | Gemfile |