File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 22 remote: .
33 specs:
44 activecube-graphql (0.1.2 )
5- activecube (~> 0.1.3 )
5+ activecube (~> 0.1.4 )
66 graphql (~> 1.9 )
77
88GEM
99 remote: https://rubygems.org/
1010 specs:
11- activecube (0.1.3 )
11+ activecube (0.1.4 )
1212 activerecord (>= 5.2 )
1313 activemodel (6.0.2.1 )
1414 activesupport (= 6.0.2.1 )
2323 zeitwerk (~> 2.2 )
2424 concurrent-ruby (1.1.6 )
2525 diff-lcs (1.3 )
26- graphql (1.10.3 )
26+ graphql (1.10.4 )
2727 i18n (1.8.2 )
2828 concurrent-ruby (~> 1.0 )
2929 minitest (5.14.0 )
30- rake (10.5.0 )
30+ rake (13.0.1 )
3131 rspec (3.9.0 )
3232 rspec-core (~> 3.9.0 )
3333 rspec-expectations (~> 3.9.0 )
@@ -52,7 +52,7 @@ PLATFORMS
5252DEPENDENCIES
5353 activecube-graphql !
5454 bundler (~> 1.17 )
55- rake (~> 10 .0 )
55+ rake (>= 13 .0 )
5656 rspec (~> 3.0 )
5757
5858BUNDLED WITH
Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ to query cubes}
2828 spec . add_runtime_dependency 'graphql' , '~> 1.9'
2929
3030 spec . add_development_dependency "bundler" , "~> 1.17"
31- spec . add_development_dependency "rake" , "~> 10 .0"
31+ spec . add_development_dependency "rake" , ">= 13 .0"
3232 spec . add_development_dependency "rspec" , "~> 3.0"
3333end
You can’t perform that action at this time.
0 commit comments