Sha256: dae34d988f8fff250b32617b6275b297e3cf6f18b0f25e25eb073adbdcb18ad8

Contents?: true

Size: 297 Bytes

Versions: 7

Compression:

Stored size: 297 Bytes

Contents

source 'https://rubygems.org'

gemspec

rails_version = ENV['RAILS_VERSION'] || 'default'

rails = case rails_version
  when 'default'
    '>= 3.2.0'
  else
    "~> #{ rails_version }"
end

gem 'rails', rails

if RUBY_VERSION[0] == '2' && RUBY_VERSION[2].to_i >= 2
  gem 'test-unit', '~> 3.0'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
payanyway-2.3.1 Gemfile
payanyway-2.3.0 Gemfile
payanyway-2.2.2 Gemfile
payanyway-2.2.1 Gemfile
payanyway-2.2.0 Gemfile
payanyway-2.1.0 Gemfile
payanyway-2.0.2 Gemfile