Skip to content

Commit a8b097d

Browse files
Lowered tty-prompt min version to v0.3.0 rather than latest
1 parent 85084ee commit a8b097d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PATH
22
remote: .
33
specs:
4-
ruby-nginx (1.0.0.pre.beta.1)
4+
ruby-nginx (1.0.0.pre.beta.2)
55
erb
66
thor
77
tty-command (~> 0.10, >= 0.10.1)
8-
tty-prompt (~> 0.23, >= 0.23.1)
8+
tty-prompt (>= 0.3.0)
99

1010
GEM
1111
remote: https://rubygems.org/

lib/ruby/nginx/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
module Ruby
44
module Nginx
5-
VERSION = "1.0.0-beta.1"
5+
VERSION = "1.0.0-beta.2"
66

77
Version = Gem::Version
88
end

ruby-nginx.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Gem::Specification.new do |spec|
2828
spec.add_dependency "erb"
2929
spec.add_dependency "thor"
3030
spec.add_dependency "tty-command", "~> 0.10", ">= 0.10.1"
31-
spec.add_dependency "tty-prompt", "~> 0.23", ">= 0.23.1"
31+
spec.add_dependency "tty-prompt", ">= 0.3.0"
3232

3333
# For more information and examples about making a new gem, checkout our
3434
# guide at: https://bundler.io/guides/creating_gem.html

0 commit comments

Comments
 (0)