Skip to content

Commit 165d8d2

Browse files
committed
0.1.5
1 parent 5e403a5 commit 165d8d2

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.idea/activecube-graphql.iml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
PATH
22
remote: .
33
specs:
4-
activecube-graphql (0.1.4)
5-
activecube (~> 0.1.4)
4+
activecube-graphql (0.1.5)
5+
activecube (~> 0.1.6)
66
graphql (~> 1.9)
77

88
GEM
99
remote: https://rubygems.org/
1010
specs:
11-
activecube (0.1.4)
11+
activecube (0.1.6)
1212
activerecord (>= 5.2)
1313
activemodel (6.0.2.1)
1414
activesupport (= 6.0.2.1)

activecube-graphql.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ to query cubes}
2424
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
2525
spec.require_paths = ["lib"]
2626

27-
spec.add_runtime_dependency 'activecube', '~> 0.1.4'
27+
spec.add_runtime_dependency 'activecube', '~> 0.1.6'
2828
spec.add_runtime_dependency 'graphql', '~> 1.9'
2929

3030
spec.add_development_dependency "bundler", "~> 1.17"

lib/activecube/graphql/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Activecube
22
module Graphql
3-
VERSION = "0.1.4"
3+
VERSION = "0.1.5"
44
end
55
end

0 commit comments

Comments
 (0)