Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
malomalo committed Mar 18, 2019
1 parent aa6bbd9 commit 3a4c9b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ Gemfile.lock
pkg
coverage
.DS_Store
*.gem
gemfiles/*.gemfile.lock
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.4.0'
VERSION = '1.5.0'
end
2 changes: 1 addition & 1 deletion turbostreamer.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = `git ls-files -- {test}/*`.split("\n")
spec.require_paths = ["lib"]

spec.add_runtime_dependency 'activesupport', '>= 4.2.0'
spec.add_runtime_dependency 'activesupport', '>= 5.0.0'

spec.add_development_dependency "rake"
spec.add_development_dependency "wankel"
Expand Down

0 comments on commit 3a4c9b3

Please sign in to comment.