Skip to content

Commit

Permalink
fix #6 for real
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Haals committed Jan 24, 2015
1 parent c804ade commit 4b44c9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gemspec
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- encoding: utf-8 -*-
Gem::Specification.new do |s|
s.name = 'yopass'
s.version = '2.2.1'
s.version = '2.2.2'
s.author = 'Johan Haals'
s.email = '[email protected]'
s.homepage = 'https://github.com/jhaals/yopass'
Expand All @@ -18,7 +18,7 @@ Gem::Specification.new do |s|
s.required_ruby_version = '>= 1.9.3'
s.add_runtime_dependency 'encryptor', '~> 1.3'
s.add_runtime_dependency 'memcached', '~> 1.8'
s.add_runtime_dependency 'rack', '~> 1.5'
s.add_runtime_dependency 'rack', '~> 1.5', '< 1.6'
s.add_runtime_dependency 'sinatra', '~> 1.4'

s.add_development_dependency 'sinatra-contrib', '~> 1.4'
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
PATH
remote: .
specs:
yopass (2.2.0)
yopass (2.2.2)
encryptor (~> 1.3)
memcached (~> 1.8)
rack (~> 1.5)
rack (~> 1.5, < 1.6)
sinatra (~> 1.4)

GEM
Expand Down

0 comments on commit 4b44c9e

Please sign in to comment.