Sha256: ffb01df1066e92018c211c86d87dc5581136ba27eed9f3874d1f52169eb15db2

Contents?: true

Size: 432 Bytes

Versions: 9

Compression:

Stored size: 432 Bytes

Contents

# frozen_string_literal: true

source "https://rubygems.org"

# Specify your gem's dependencies in touringplans.gemspec
gemspec
# development
gem "awesome_print", "~> 1.9", ">= 1.9.2"
gem "pry", "~> 0.14.1"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.7", require: false

# testing
gem "rspec", "~> 3.0"

## custom for gem
# connect to the API
gem "httparty", "~> 0.19.0"
# convert httparty hash to objects
gem 'dry-struct', '~> 1.4'

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
touringplans-0.3.6 Gemfile
touringplans-0.3.5 Gemfile
touringplans-0.3.1 Gemfile
touringplans-0.2.9 Gemfile
touringplans-0.2.8 Gemfile
touringplans-0.2.6 Gemfile
touringplans-0.2.5 Gemfile
touringplans-0.2.4 Gemfile
touringplans-0.2.3 Gemfile