Skip to content

Commit

Permalink
Bump up version number
Browse files Browse the repository at this point in the history
  • Loading branch information
k1LoW committed May 21, 2017
1 parent 895eb33 commit b058fa9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions faultline-rack.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ Gem::Specification.new do |spec|
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
spec.require_paths = ['lib']

spec.add_runtime_dependency 'faultline', '~> 0.1'
spec.add_runtime_dependency 'airbrake', '~> 6.0'
spec.add_runtime_dependency 'faultline', '~> 0.1.3'
spec.add_runtime_dependency 'airbrake', '~> 6.1.0'
spec.add_runtime_dependency 'rack', '>= 1', '< 3.0.0'
spec.add_development_dependency 'bundler', '~> 1.14'
spec.add_development_dependency 'rake', '~> 10.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/faultline/rack/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Faultline
module Rack
VERSION = '0.2.3'.freeze
VERSION = '0.2.4'.freeze
end
end

0 comments on commit b058fa9

Please sign in to comment.