Skip to content

Commit 8217461

Browse files
Bump ostruct from 0.6.0 to 0.6.1 in /graph-sample
Bumps [ostruct](https://github.com/ruby/ostruct) from 0.6.0 to 0.6.1. - [Release notes](https://github.com/ruby/ostruct/releases) - [Commits](ruby/ostruct@v0.6.0...v0.6.1) --- updated-dependencies: - dependency-name: ostruct dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f261470 commit 8217461

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

graph-sample/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,4 @@ gem 'httparty', '~> 0.22.0'
8080
# Session storage in database
8181
gem 'activerecord-session_store', '~> 2.1.0'
8282

83-
gem "ostruct", "~> 0.6.0"
83+
gem "ostruct", "~> 0.6.1"

graph-sample/Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ GEM
185185
omniauth-rails_csrf_protection (1.0.2)
186186
actionpack (>= 4.2)
187187
omniauth (~> 2.0)
188-
ostruct (0.6.0)
188+
ostruct (0.6.1)
189189
psych (5.1.2)
190190
stringio
191191
public_suffix (6.0.1)
@@ -298,7 +298,7 @@ DEPENDENCIES
298298
jbuilder
299299
omniauth-oauth2 (~> 1.8.0)
300300
omniauth-rails_csrf_protection (~> 1.0.2)
301-
ostruct (~> 0.6.0)
301+
ostruct (~> 0.6.1)
302302
puma (~> 6.4)
303303
rails (~> 7.2.2)
304304
selenium-webdriver

0 commit comments

Comments
 (0)