Skip to content

Commit 719d29c

Browse files
committed
Add ostruct as bundled gem
See https://bugs.ruby-lang.org/issues/20309
1 parent e0e51a2 commit 719d29c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ group :development, :test do
1919
gem 'grape-entity'
2020
gem 'pry', platforms: [:mri]
2121
gem 'pry-byebug', platforms: [:mri]
22+
gem 'ostruct'
2223
gem 'super_diff', require: false
2324

2425
grape_version = ENV.fetch('GRAPE_VERSION', '2.2.0')

0 commit comments

Comments
 (0)