Sha256: db1f2ff0d09870163e28576638b6c807777bc4b85891edd4e7eb4140ea0dd224
Contents?: true
Size: 301 Bytes
Versions: 5
Compression:
Stored size: 301 Bytes
Contents
# frozen_string_literal: true source 'https://rubygems.org' # Specify your gem's dependencies in coinmarketcap_free.gemspec gemspec gem 'json', '~> 2.6' gem 'net-http', '~> 0.3.0' gem 'openssl', '~> 3.0' gem 'uri', '~> 0.12.1' group :test do gem 'minitest', '~> 5.0' gem 'rake', '~> 13.0' end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
coinmarketcap_free-1.0.1 | Gemfile |
coinmarketcap_free-0.4.1 | Gemfile |
coinmarketcap_free-0.4.0 | Gemfile |
coinmarketcap_free-0.3.0 | Gemfile |
coinmarketcap_free-0.2.0 | Gemfile |