Skip to content

Commit 513d35b

Browse files
committed
Fix rubocop offenses
1 parent 89d70fa commit 513d35b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ group :development, :test do
1919
gem 'grape-entity'
2020
gem 'pry', platforms: [:mri]
2121
gem 'pry-byebug', platforms: [:mri]
22-
gem 'dry-schema'
2322

2423
grape_version = ENV.fetch('GRAPE_VERSION', '2.2.0')
2524
if grape_version == 'HEAD' || Gem::Version.new(grape_version) >= Gem::Version.new('2.0.0')

0 commit comments

Comments
 (0)