Skip to content

Commit 39feb1d

Browse files
authored
Merge pull request #61 from aschuster3/remove-grape-dependencies
Remove grape and grape-swagger from dependencies
2 parents b1f6545 + 964771c commit 39feb1d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
### 0.2.2 (Next)
22

33
* [#57](https://github.com/ruby-grape/grape-swagger-rails/pull/57): Support Swagger-UI supportedSubmitMethods option - [@ShadowWrathOogles](https://github.com/ShadowWrathOogles).
4+
* [#61](https://github.com/ruby-grape/grape-swagger-rails/pull/61): Removed grape and grape-swagger from required dependencies - [@aschuster3](https://github.com/aschuster3).
45
* Your contribution here.
56

67
### 0.2.1 (May 21, 2016)
78

89
* Fixed header-based authorization - [@davidbrewer](https://github.com/davidbrewer).
910
* Support Swagger-UI validatorUrl option - [@davidbrewer](https://github.com/davidbrewer).
1011
* Support for grape 0.14.x through 0.16.x and grape-swagger 0.11.x through 0.20.x - [@dblock](https://github.com/dblock).
11-
* [#55](https://github.com/ruby-grape/grape-swagger-rails/pull/55): Update Swagger-UI assets and add ability to hide input boxes - [@aschuster93](https://github.com/aschuster93).
12+
* [#55](https://github.com/ruby-grape/grape-swagger-rails/pull/55): Update Swagger-UI assets and add ability to hide input boxes - [@aschuster3](https://github.com/aschuster3).
1213

1314
### 0.2.0 (February 23, 2016)
1415

grape-swagger-rails.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,14 @@ Gem::Specification.new do |spec|
1717
spec.require_paths = %w(lib)
1818

1919
spec.add_dependency 'railties', '>= 3.2.12'
20-
spec.add_dependency 'grape-swagger', '>= 0.7.2'
2120

2221
spec.add_development_dependency 'bundler', '~> 1.3'
2322
spec.add_development_dependency 'rake'
2423
spec.add_development_dependency 'git'
2524
spec.add_development_dependency 'rspec-rails'
2625
spec.add_development_dependency 'capybara'
2726
spec.add_development_dependency 'grape'
27+
spec.add_development_dependency 'grape-swagger', '>= 0.7.2'
2828
spec.add_development_dependency 'selenium-webdriver'
2929
spec.add_development_dependency 'sass-rails'
3030
spec.add_development_dependency 'uglifier'

0 commit comments

Comments
 (0)