Skip to content

Commit

Permalink
Upgrades the dependency for faraday-encoding in order to ensure that …
Browse files Browse the repository at this point in the history
…FrozenError is not raised for HTTP request body content; Releases 13.1.1 (#1409)

* Upgrading the dependency for faraday-encoding in order to ensure that FrozenError is not raised for HTTP request body content

* Preparing for release 13.1.1
  • Loading branch information
jrgriffiniii authored and Tom Johnson committed Oct 1, 2019
1 parent 864f3d2 commit c1d2131
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion active-fedora.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_dependency "ldp", '>= 0.7.0', '< 2'
s.add_dependency "ruby-progressbar", '~> 1.0'
s.add_dependency 'faraday', '~> 0.12'
s.add_dependency 'faraday-encoding', '0.0.4'
s.add_dependency 'faraday-encoding', '>= 0.0.5'

s.add_development_dependency "rails"
s.add_development_dependency "rdoc"
Expand Down
2 changes: 1 addition & 1 deletion lib/active_fedora/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module ActiveFedora
VERSION = '13.1.0'.freeze
VERSION = '13.1.1'.freeze
end

0 comments on commit c1d2131

Please sign in to comment.