view modules/staging/Gemfile @ 255:d4b2bdfe47a6

Fix Yum update check to handle hyphenated aliases The notification had started reporting Remi repos each time because "\w" does not include the hyphen
author IBBoard <dev@ibboard.co.uk>
date Sun, 29 Dec 2019 14:54:45 +0000
parents 58d1818c2ded
children
line wrap: on
line source

source "https://rubygems.org"

group :development, :test do
  gem 'bodeco_module_helper', :git => 'https://github.com/bodeco/bodeco_module_helper.git'
  gem 'rspec', "~> 2.11.0", :require => false
  gem 'mocha', "~> 0.10.5", :require => false
end