Skip to content

Commit

Permalink
Merge 79f64d6 into 3bedea7
Browse files Browse the repository at this point in the history
  • Loading branch information
guilleiguaran committed Sep 19, 2018
2 parents 3bedea7 + 79f64d6 commit ea0db3e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion perfectqueue.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |gem|
gem.require_paths = ['lib']

gem.required_ruby_version = '>= 2.1'
gem.add_dependency "sequel", "~> 3.48.0"
gem.add_dependency "sequel", ">= 3.48.0"
gem.add_development_dependency "rake", "~> 0.9.2"
gem.add_development_dependency "rspec", "~> 3.3.0"
gem.add_development_dependency "simplecov", "~> 0.10.0"
Expand Down
1 change: 1 addition & 0 deletions spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
end

require 'fileutils'
require 'tempfile'

module QueueTest
def self.included(mod)
Expand Down

0 comments on commit ea0db3e

Please sign in to comment.