Skip to content

Commit ec0f2c8

Browse files
authored
Merge pull request #828 from sanger/ostruct-gem
adding ostruct gem
2 parents 5aca7bf + 975a1fc commit ec0f2c8

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ gem 'sanger_warren'
3131
gem 'bootsnap', '~> 1.7', '>= 1.7.3', require: false
3232
gem 'hashie', '~> 5.0'
3333
gem 'mysql2', '~> 0.5.3'
34+
gem 'ostruct' # No longer part of the default gems in Ruby 3.5
3435
gem 'syslog' # No longer part of the default gems in Ruby 3.4
3536

3637
gem 'views_schema', github: 'sanger/views_schema'

Gemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ DEPENDENCIES
273273
guard-rspec
274274
hashie (~> 5.0)
275275
mysql2 (~> 0.5.3)
276+
ostruct
276277
pry
277278
railties (~> 7.2.2.1)
278279
rbtree (~> 0.4.5)

0 commit comments

Comments
 (0)