Skip to content

Commit

Permalink
Bumper version and update bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
malomalo committed Feb 22, 2019
1 parent 4741c08 commit 76dbdf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/turbostreamer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class TurboStreamer
VERSION = '1.2.0'
VERSION = '1.3.0'
end
2 changes: 1 addition & 1 deletion turbostreamer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency "rake"
spec.add_development_dependency "wankel"
spec.add_development_dependency "oj"
spec.add_development_dependency "bundler", '~> 1.11', '>= 1.11.2'
spec.add_development_dependency "bundler", '~> 2.0'
spec.add_development_dependency "mocha"
spec.add_development_dependency "simplecov"
spec.add_development_dependency "byebug"
Expand Down

5 comments on commit 76dbdf3

@PikachuEXE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe you can cleanup the old tags from original repo and add new one?
Not urgent

@malomalo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah yes good call

@malomalo
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cleared tags, and tagged the 1.3.0 release

@PikachuEXE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! 👍

@PikachuEXE
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also just noticed that all builds has failed due to updated bundler version requirement

Please sign in to comment.