File tree Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Expand file tree Collapse file tree 5 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 :
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ] [ ] )
211213[ @diegofigueroa ] : https://github.com/diegofigueroa
212214[ @noma4i ] : https://github.com/noma4i
213215[ @Drowze ] : https://github.com/Drowze
216+ [ @danielhartnell ] : https://github.com/danielhartnell
Original file line number Diff line number Diff line change 1+ source "https://rubygems.org"
2+
3+ gem "graphql", "~> 2.4.8"
4+
5+ gemspec path: "../"
Original file line number Diff line number Diff 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"
56end
You can’t perform that action at this time.
0 commit comments