Skip to content

Commit

Permalink
0.1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
astudnev committed Mar 5, 2020
1 parent 5e403a5 commit 165d8d2
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .idea/activecube-graphql.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
PATH
remote: .
specs:
activecube-graphql (0.1.4)
activecube (~> 0.1.4)
activecube-graphql (0.1.5)
activecube (~> 0.1.6)
graphql (~> 1.9)

GEM
remote: https://rubygems.org/
specs:
activecube (0.1.4)
activecube (0.1.6)
activerecord (>= 5.2)
activemodel (6.0.2.1)
activesupport (= 6.0.2.1)
Expand Down
2 changes: 1 addition & 1 deletion activecube-graphql.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ to query cubes}
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'activecube', '~> 0.1.4'
spec.add_runtime_dependency 'activecube', '~> 0.1.6'
spec.add_runtime_dependency 'graphql', '~> 1.9'

spec.add_development_dependency "bundler", "~> 1.17"
Expand Down
2 changes: 1 addition & 1 deletion lib/activecube/graphql/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Activecube
module Graphql
VERSION = "0.1.4"
VERSION = "0.1.5"
end
end

0 comments on commit 165d8d2

Please sign in to comment.