Skip to content

Commit f187b92

Browse files
Update changelog and CI
1 parent 2cffc00 commit f187b92

File tree

5 files changed

+11
-1
lines changed

5 files changed

+11
-1
lines changed

.github/workflows/rspec.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ jobs:
2727
"gemfiles/graphql_2_1_4.gemfile",
2828
"gemfiles/graphql_2_3_0.gemfile",
2929
"gemfiles/graphql_2_3_11.gemfile",
30+
"gemfiles/graphql_2_4_8.gemfile",
3031
"gemfiles/graphql_master.gemfile"
3132
]
3233
exclude:

.github/workflows/rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 3.0
17+
ruby-version: 3.1
1818
bundler-cache: true
1919
bundler: 2.2.0
2020
- name: Lint Ruby code with RuboCop

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## master
44

5+
- [PR#125](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/125) Introduce cache lookup instrumentation hook ([@danielhartnell][])
6+
57
## 1.20.5 (2024-11-02)
68

79
- [PR#120](https://github.com/DmitryTsepelev/graphql-ruby-fragment_cache/pull/120) Fix warning on ActiveSupport::Cache.format_version ([@Drowze][])
@@ -211,3 +213,4 @@
211213
[@diegofigueroa]: https://github.com/diegofigueroa
212214
[@noma4i]: https://github.com/noma4i
213215
[@Drowze]: https://github.com/Drowze
216+
[@danielhartnell]: https://github.com/danielhartnell

gemfiles/graphql_2_4_8.gemfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
source "https://rubygems.org"
2+
3+
gem "graphql", "~> 2.4.8"
4+
5+
gemspec path: "../"

gemfiles/rubocop.gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ source "https://rubygems.org" do
22
gem "rubocop-md", "~> 0.3"
33
gem "standard", "1.20.0"
44
gem "ruby-next", ">= 0.7.0"
5+
gem "base64"
56
end

0 commit comments

Comments
 (0)