Skip to content

Commit

Permalink
Play a little looser with the version of builder for some downstream …
Browse files Browse the repository at this point in the history
…applications 🌻
  • Loading branch information
scotdalton committed Sep 24, 2013
1 parent 139c491 commit 9f3b5bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion exlibris-aleph.gemspec
Expand Up @@ -24,7 +24,9 @@ Gem::Specification.new do |s|
# Leverage ActiveSupport core extensions
s.add_dependency "activesupport", "~> 3.2.14"
# ActiveSupport core extensions use Builder
# s.add_dependency "builder", "~> 3.0.0"
# Version accounts for older Builder used in ActiveModel
# in downstream apps.
s.add_dependency "builder", ">= 3.0.0"
s.add_dependency "marc", "~> 0.7.1"
s.add_development_dependency "vcr", "~> 2.5.0"
s.add_development_dependency "webmock", "~> 1.13.0"
Expand Down
2 changes: 1 addition & 1 deletion lib/exlibris/aleph/version.rb
@@ -1,5 +1,5 @@
module Exlibris
module Aleph
VERSION = "1.0.7"
VERSION = "1.0.8"
end
end

0 comments on commit 9f3b5bb

Please sign in to comment.