Sha256: 1b24533ac6f1278070852c4529b6def0c252ad209413e5f2a74ee963b679093f

Contents?: true

Size: 404 Bytes

Versions: 21

Compression:

Stored size: 404 Bytes

Contents

source 'https://rubygems.org'

# Specify your gem's dependencies in ansible_tower_client.gemspec
gemspec

# Pull in a development Gemfile if one exists
eval_gemfile('Gemfile.dev.rb') if File.exists?('Gemfile.dev.rb')

# 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

21 entries across 21 versions & 1 rubygems

Version Path
ansible_tower_client-0.20.2 Gemfile
ansible_tower_client-0.20.1 Gemfile
ansible_tower_client-0.20.0 Gemfile
ansible_tower_client-0.19.1 Gemfile
ansible_tower_client-0.19.0 Gemfile
ansible_tower_client-0.18.0 Gemfile
ansible_tower_client-0.17.0 Gemfile
ansible_tower_client-0.16.0 Gemfile
ansible_tower_client-0.15.0 Gemfile
ansible_tower_client-0.14.0 Gemfile
ansible_tower_client-0.13.0 Gemfile
ansible_tower_client-0.12.2 Gemfile
ansible_tower_client-0.12.1 Gemfile
ansible_tower_client-0.12.0 Gemfile
ansible_tower_client-0.11.0 Gemfile
ansible_tower_client-0.10.0 Gemfile
ansible_tower_client-0.9.0 Gemfile
ansible_tower_client-0.8.0 Gemfile
ansible_tower_client-0.7.0 Gemfile
ansible_tower_client-0.6.0 Gemfile