-
- Downloads
Upgrade grape to 1.0
Main feature was the deprication of the Hashie stuff, so the access by calling keys as method is gone now.
Showing
- Gemfile 2 additions, 2 deletionsGemfile
- Gemfile.lock 6 additions, 9 deletionsGemfile.lock
- changelogs/unreleased/zj-upgrade-grape.yml 5 additions, 0 deletionschangelogs/unreleased/zj-upgrade-grape.yml
- lib/api/helpers.rb 1 addition, 1 deletionlib/api/helpers.rb
- lib/api/jobs.rb 2 additions, 2 deletionslib/api/jobs.rb
- lib/api/templates.rb 3 additions, 3 deletionslib/api/templates.rb
- lib/api/v3/builds.rb 1 addition, 1 deletionlib/api/v3/builds.rb
- lib/api/v3/templates.rb 3 additions, 3 deletionslib/api/v3/templates.rb
Loading
| Loading
| @@ -16,7 +16,7 @@ gem 'mysql2', '~> 0.4.5', group: :mysql |
gem 'pg', '~> 0.18.2', group: :postgres | ||
gem 'rugged', '~> 0.26.0' | ||
gem 'grape-route-helpers', '~> 2.0.0' | ||
gem 'grape-route-helpers', '~> 2.1.0' | ||
gem 'faraday', '~> 0.12' | ||
Loading
| Loading
| @@ -76,7 +76,7 @@ gem 'gollum-rugged_adapter', '~> 0.4.4', require: false |
gem 'github-linguist', '~> 4.7.0', require: 'linguist' | ||
# API | ||
gem 'grape', '~> 0.19.2' | ||
gem 'grape', '~> 1.0' | ||
gem 'grape-entity', '~> 0.6.0' | ||
gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' | ||
Loading
| Loading
|
changelogs/unreleased/zj-upgrade-grape.yml
0 → 100644
Please register or sign in to comment