Skip to content

Commit 0d2cfcc

Browse files
author
Zuzanna Stolińska
committed
Update version to 1.1.1
1 parent b3c8890 commit 0d2cfcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/swagger_ui_engine/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module SwaggerUiEngine
2-
VERSION = '1.1.0'.freeze
2+
VERSION = '1.1.1'.freeze
33
SWAGGER_UI_VERSION = '2.2.10'.freeze
44
end

swagger_ui_engine.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ Gem::Specification.new do |s|
2222
'CHANGELOG.md'
2323
]
2424

25-
s.add_runtime_dependency 'rails', '>= 4.2'
25+
s.add_runtime_dependency 'rails', '~> 4.2'
2626
s.add_runtime_dependency 'sass-rails'
2727
end

0 commit comments

Comments
 (0)