Sha256: c6366c20ff59eb025fd8120b3d21d7c94c30b97d68e94b5e9dd26f4e6d69eac0

Contents?: true

Size: 271 Bytes

Versions: 4

Compression:

Stored size: 271 Bytes

Contents

source 'https://rubygems.org'

# JSON and I18n gem no longer supports ruby < 2.0.0
if defined?(JRUBY_VERSION)
  gem 'json'
elsif RUBY_VERSION =~ /^1/
  gem 'json', '~> 1.8.3'
  gem 'tins', '~> 1.6.0'
  gem 'term-ansicolor', '~> 1.3.0'
  gem 'i18n', '~> 0.9'
end

gemspec

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
monetize-1.13.0 Gemfile
monetize-1.12.0 Gemfile
monetize-1.11.0 Gemfile
monetize-1.10.0 Gemfile