Skip to content

Commit

Permalink
Merge pull request #7 from tdiary/support-ruby2.4
Browse files Browse the repository at this point in the history
upgrade mongoid 6.0 to support ruby2.4
  • Loading branch information
tdtds authored Dec 30, 2016
2 parents 580f46c + 2ff7aff commit d8d5bf3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ language: ruby
cache: bundler

rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3.0
- 2.3.3
- 2.4.0
- ruby-head

before_install:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source 'https://rubygems.org'
gemspec

gem 'tdiary', github: 'tdiary/tdiary-core'
gem 'tdiary-style-rd'
4 changes: 2 additions & 2 deletions tdiary-io-mongodb.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)

Gem::Specification.new do |spec|
spec.name = "tdiary-io-mongodb"
spec.version = "4.2.0.1"
spec.version = "5.0.3"
spec.authors = ["TADA Tadashi"]
spec.email = ["[email protected]"]
spec.description = %q{MongoDB adapter for tDiary}
Expand All @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_dependency "mongoid", "~> 5.0"
spec.add_dependency "mongoid", "~> 6.0"
spec.add_dependency "hikidoc"

spec.add_development_dependency "bundler", "~> 1.3"
Expand Down

0 comments on commit d8d5bf3

Please sign in to comment.