Sha256: 95df7bb3ade3cfeaf760bd7eb6fbda8a65fd6b5c83dd12c531ce97b8eac0284d
Contents?: true
Size: 429 Bytes
Versions: 2
Compression:
Stored size: 429 Bytes
Contents
source 'https://rubygems.org' plugin "bundler-inject", "~> 1.1" require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil # Specify your gem's dependencies in ansible_tower_client.gemspec gemspec # HACK: Rails 5 dropped support for Ruby < 2.2.2 active_support_version = "< 5" if Gem::Version.new(RUBY_VERSION) < Gem::Version.new("2.2.2") gem "activesupport", active_support_version
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ansible_tower_client-0.21.1 | Gemfile |
ansible_tower_client-0.21.0 | Gemfile |