Skip to content

Commit

Permalink
Merge pull request #8 from customink/lock_bunny_at_v1_4_1
Browse files Browse the repository at this point in the history
Lock bunny at v1.4.1
  • Loading branch information
chmurph2 authored Jan 11, 2017
2 parents e782640 + d098620 commit 47aae4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/stuffed_bunny/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module StuffedBunny
VERSION = '1.0.2'
VERSION = '1.0.3'
end
2 changes: 1 addition & 1 deletion stuffed_bunny.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ Gem::Specification.new do |gem|
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ['lib']

gem.add_development_dependency 'bunny', '~> 0.8'
gem.add_development_dependency 'bunny', '~> 0.8', '<= 1.4.1'
gem.add_development_dependency 'rake'
end

0 comments on commit 47aae4c

Please sign in to comment.