mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Merge pull request #346 from joshnesbitt/patch-1
Require YAML in gemspec.
This commit is contained in:
commit
258983617c
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
require 'yaml'
|
||||
|
||||
version = YAML.load_file 'VERSION.yml'
|
||||
|
||||
Gem::Specification.new do |s|
|
||||
|
|
Loading…
Reference in a new issue