Skip to content

Commit

Permalink
fixup!
Browse files Browse the repository at this point in the history
  • Loading branch information
Thiru Njuguna committed Jan 23, 2019
1 parent 088b619 commit 19acadb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ PLATFORMS

DEPENDENCIES
active_model_serializers (~> 0.10.0.rc1)
bundler (~> 2.0.1)
bundler (~> 2.0)
coveralls
guard
guard-rspec
Expand Down
2 changes: 1 addition & 1 deletion natra.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |spec|
end
spec.executables = ['natra']
spec.require_paths = ['lib']
spec.add_development_dependency 'bundler', '~> 2.0.1'
spec.add_development_dependency 'bundler', '~> 2.0'
spec.add_runtime_dependency('activesupport', '~> 5.0')
spec.add_runtime_dependency('thor', '~> 0.18')
end

0 comments on commit 19acadb

Please sign in to comment.