Sha256: 1c9a37c5c8fb50a25e6ac0e8ba6467060b3fd3028b4ce83fdbb0db29240fe856
Contents?: true
Size: 946 Bytes
Versions: 8
Compression:
Stored size: 946 Bytes
Contents
source 'https://rubygems.org' # Gems that RightSupport can optionally make use of, but which it does # not require to be installed. These would be 'optional dependencies' # if gemspecs allowed for them. group :optional do gem 'net-ssh', '~> 2.0' gem 'mime-types', '~> 1.0' # mime-types 2.x is no longer compatible with Ruby 1.8 and mime-types 1.x is only being maintained for security issues gem 'rest-client', '~> 1.6' gem 'addressable', '~> 2.2.7' gem 'uuidtools', '~> 2.0', :require => nil gem 'simple_uuid', '~> 0.2', :require => nil gem 'uuid', '~> 2.3', :require => nil gem 'yajl-ruby', '~> 1.1' gem 'iconv', :platforms => :ruby_18 end # Gems used during test and development of RightSupport. group :development do gem 'jeweler', '~> 2.0' gem 'flexmock', '~> 1.0' gem 'rspec', '~> 2.13.0' gem 'cucumber', ['~> 1.0', '< 1.3.3'] # Cuke >= 1.3.3 depends on RubyGems > 2.0 without specifying that in its gemspec end
Version data entries
8 entries across 8 versions & 1 rubygems