ActionHash/Gemfile
2023-09-19 18:35:57 -06:00

13 lines
198 B
Ruby

# frozen_string_literal: true
source 'https://rubygems.org'
# Specify your gem's dependencies in actionhash.gemspec
gemspec
gem 'rake', '~> 13.0'
gem 'rspec', '~> 3.0'
gem 'rubocop', '~> 1.21'