Sha256: 50d123ae262364962fb209d849e0dab8d3d5ee4beb9471317910b33e1907e5b6
Contents?: true
Size: 317 Bytes
Versions: 5
Compression:
Stored size: 317 Bytes
Contents
# frozen_string_literal: true source "https://rubygems.org" # Specify your gem's dependencies in coinmarketcap_free.gemspec gemspec gem 'uri', "~> 0.12.0" gem "net-http", "~> 0.3.0" gem "openssl", "~> 3.0" gem "json", "~> 2.6" group :test do gem "rake", "~> 13.0" gem "minitest", "~> 5.0" end
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
coinmarketcap_free-0.1.4 | Gemfile |
coinmarketcap_free-0.1.3 | Gemfile |
coinmarketcap_free-0.1.2 | Gemfile |
coinmarketcap_free-0.1.1 | Gemfile |
coinmarketcap_free-0.1.0 | Gemfile |