ConfigMan/Gemfile

17 lines
245 B
Ruby
Raw Normal View History

2023-10-13 18:09:22 -06:00
# frozen_string_literal: true
2023-10-13 21:16:43 -06:00
source 'https://rubygems.org'
2023-10-13 18:09:22 -06:00
# Specify your gem's dependencies in ConfigMan.gemspec
gemspec
2023-10-13 21:16:43 -06:00
gem 'rake', '~> 13.0'
2023-10-13 18:09:22 -06:00
2023-10-13 21:16:43 -06:00
gem 'rspec', '~> 3.0'
2023-10-13 18:09:22 -06:00
2023-10-13 21:16:43 -06:00
gem 'rubocop', '~> 1.21'
gem "rexml", "~> 3.2"
gem "inifile", "~> 3.0"