We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41155a5 commit 434cffbCopy full SHA for 434cffb
Gemfile
@@ -5,15 +5,10 @@ source 'https://rubygems.org'
5
# Specify your gem's dependencies in grape-swagger-representable.gemspec
6
gemspec
7
8
-gem 'bundler'
9
gem 'multi_json'
10
-gem 'pry' unless RUBY_PLATFORM.eql?('java') || RUBY_ENGINE.eql?('rbx')
11
gem 'pry-byebug' unless RUBY_PLATFORM.eql?('java') || RUBY_ENGINE.eql?('rbx')
12
-gem 'rack-cors'
13
gem 'rack-test'
14
gem 'rake'
15
-gem 'redcarpet' unless RUBY_PLATFORM.eql?('java') || RUBY_ENGINE.eql?('rbx')
16
-gem 'rouge' unless RUBY_PLATFORM.eql?('java') || RUBY_ENGINE.eql?('rbx')
17
gem 'rspec', '~> 3.0'
18
gem 'rubocop', '~> 1.63.4'
19
0 commit comments