Skip to content

Commit 38d4d63

Browse files
committed
versioning
1 parent aab20dd commit 38d4d63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphoid.gemspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $LOAD_PATH.push File.expand_path('lib', __dir__)
55
# Describe your gem and declare its dependencies:
66
Gem::Specification.new do |gem|
77
gem.name = 'graphoid'
8-
gem.version = '0.0.9'
8+
gem.version = '0.0.10'
99
gem.authors = ['Maximiliano Perez Coto']
1010
gem.email = ['[email protected]']
1111
gem.homepage = 'https://github.com/maxiperezc/graphoid'
@@ -15,6 +15,6 @@ Gem::Specification.new do |gem|
1515

1616
gem.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.md']
1717

18-
gem.add_dependency 'graphql', '~> 1.8'
18+
gem.add_dependency 'graphql', '~> 1.8.0'
1919
gem.add_dependency 'rails', '~> 5'
2020
end

0 commit comments

Comments
 (0)