graphql 2.5.17 → 2.5.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d40b5d01a8893953acba37211831016d36fc8637d3fbf7b9b78fa9a4b96c2acc
4
- data.tar.gz: 0f4e8eb596248a416ab52aec42f2842c7cbdd87db60fc3c50cf8f2e9dcdcdb14
3
+ metadata.gz: 3512540a3ee54e940cc015c0bd3931895b376d8c01550e8c1aedc2244937dd54
4
+ data.tar.gz: d988a0eeca9a38d914a0def3409e8dc89025420de492a632bc5a63a8203d89d2
5
5
  SHA512:
6
- metadata.gz: c7003f8c0b10a3670a4ab01a631914ad08ee8294742cae7f06361b091b1d35997bbbabcd1f88685ad8962e5b7073e47f448f2c8bdc96eb15aaf25a151b1a6f7f
7
- data.tar.gz: 309018d1992edfd95ff8da13e43b5ade86b42e12f80dce32c4743fa66592e61334af6a2bedfb5eb206e52ee54280937fe44a244a6eb30fe7a05aabf45370be5a
6
+ metadata.gz: 4ab540f193797624203186b0008a05fbfcea52975b6cf9cd078a4a1f275c076526b2ac76fedcd281164fe199a1dee82800636f23ce2f998a8d1a61d623c1c6c0
7
+ data.tar.gz: fd5a869314ee4a8cf3d6b0019bc1f91908a03425f5c8a6d1618e8a6f95570782a59d014a048a4f526a7e15539d5179db2c5e78c1fd0a79aef7f2104d5532db23
@@ -5,11 +5,11 @@
5
5
  <meta charset="utf-8">
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
7
  <title>GraphQL Dashboard <%= content_for?(:title) ? " · #{content_for(:title)}" : "" %> </title>
8
- <%= stylesheet_link_tag graphql_dashboard.static_path("bootstrap-5.3.3.min.css") %>
9
- <%= stylesheet_link_tag graphql_dashboard.static_path("charts.min.css") %>
10
- <%= stylesheet_link_tag graphql_dashboard.static_path("dashboard.css") %>
11
- <%= javascript_include_tag graphql_dashboard.static_path("bootstrap-5.3.3.min.js") %>
12
- <%= javascript_include_tag graphql_dashboard.static_path("dashboard.js") %>
8
+ <link rel="stylesheet" href="<%= graphql_dashboard.static_path("bootstrap-5.3.3.min.css") %>" media="screen" />
9
+ <link rel="stylesheet" href="<%= graphql_dashboard.static_path("charts.min.css") %>" media="screen" />
10
+ <link rel="stylesheet" href="<%= graphql_dashboard.static_path("dashboard.css") %>" media="screen" />
11
+ <script src="<%= graphql_dashboard.static_path("bootstrap-5.3.3.min.js") %>"></script>
12
+ <script src="<%= graphql_dashboard.static_path("dashboard.js") %>"></script>
13
13
  <%= csrf_meta_tags %>
14
14
  </head>
15
15
  <body class="h-100 d-flex flex-column">
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
  require 'rails/engine'
3
+ require 'action_controller'
3
4
  module Graphql
4
5
  # `GraphQL::Dashboard` is a `Rails::Engine`-based dashboard for viewing metadata about your GraphQL schema.
5
6
  #
@@ -1,4 +1,4 @@
1
1
  # frozen_string_literal: true
2
2
  module GraphQL
3
- VERSION = "2.5.17"
3
+ VERSION = "2.5.18"
4
4
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: graphql
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.17
4
+ version: 2.5.18
5
5
  platform: ruby
6
6
  authors:
7
7
  - Robert Mosolgo
8
8
  bindir: bin
9
9
  cert_chain: []
10
- date: 2026-01-21 00:00:00.000000000 Z
10
+ date: 2026-01-22 00:00:00.000000000 Z
11
11
  dependencies:
12
12
  - !ruby/object:Gem::Dependency
13
13
  name: base64