Tim Kächele
5f3974331c
Includes - Spec setup with FactoryBot - A basic shipping option data structure - A shipping option repository to have one central place with shipping options - Github actions pipeline
10 lines
175 B
Ruby
10 lines
175 B
Ruby
# frozen_string_literal: true
|
|
|
|
source 'https://rubygems.org'
|
|
|
|
# Specify your gem's dependencies in planet_express.gemspec
|
|
gemspec
|
|
|
|
gem 'rake', '~> 12.0'
|
|
gem 'rspec', '~> 3.0'
|