Sha256: b030c913c67f69800770f445c5d927d8b0aef5444dab3a9f1210180e2a66a9ac

Contents?: true

Size: 605 Bytes

Versions: 1

Compression:

Stored size: 605 Bytes

Contents

# frozen_string_literal: true

source 'https://rubygems.org'
# Add dependencies required to use your gem here.
# Example:
#   gem "activesupport", ">= 2.3.5"

gem 'active_interaction', '>= 4.0'
gem 'grape', '~> 1.3.0'
gem 'rails', '>= 6.0'
gem 'rspec-rails', '>= 3.8.2'
gem 'tezos_client', '~> 2.0'

# Add dependencies to develop your gem here.
# Include everything needed to run rake, tests, features, etc.
group :development do
  gem 'juwelier', '~> 2.1.0'
  gem 'pry'
  gem 'rdoc', '~> 3.12'
  gem "faker", git: "https://github.com/moneytrackio/faker.git", branch: "feat/add-blockchain-tezos-keys"
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mtk_framework-1.0.1 Gemfile