Skip to content

Commit

Permalink
Merge pull request #16 from apartmentlist/update-rack
Browse files Browse the repository at this point in the history
Update rack requirement for Rails 5 compatibility
  • Loading branch information
tcollier authored Nov 10, 2018
2 parents ba76a6f + 4fed625 commit f0259cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
language: ruby
rvm:
- 2.3.4
- 2.4.2
- 2.3.7
- 2.4.5
- 2.5.3
branches:
only: master
2 changes: 1 addition & 1 deletion bulk-processor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ success or failure report
spec.required_ruby_version = '>= 2.1'

spec.add_runtime_dependency 'aws-sdk-s3'
spec.add_runtime_dependency 'rack', '~> 1.5'
spec.add_runtime_dependency 'rack'

spec.add_development_dependency 'activejob', '~> 4'
spec.add_development_dependency 'bundler'
Expand Down
2 changes: 1 addition & 1 deletion lib/bulk_processor/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
class BulkProcessor
VERSION = '0.7.3'.freeze
VERSION = '0.8.0'.freeze
end

0 comments on commit f0259cd

Please sign in to comment.