Skip to content

Commit

Permalink
Merge pull request #21 from UNC-Libraries/rake-12.3.3
Browse files Browse the repository at this point in the history
Bump rake to 12.3.3
  • Loading branch information
ldss-jm authored Mar 2, 2020
2 parents 69f3f65 + 7d2cf87 commit e0038a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/marc_wrangler/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module MarcWrangler
VERSION = '0.1.3'.freeze
VERSION = '0.1.4'.freeze
end
2 changes: 1 addition & 1 deletion marc_wrangler.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Gem::Specification.new do |spec|
spec.require_paths = ["lib"]

spec.add_development_dependency "bundler", "~> 1.16"
spec.add_development_dependency "rake", "~> 10.0"
spec.add_development_dependency "rake", "~> 12.3", ">= 12.3.3"
spec.add_development_dependency "rspec", "~> 3.0"

spec.add_runtime_dependency 'highline', "~> 2.0.1"
Expand Down

0 comments on commit e0038a0

Please sign in to comment.