Skip to content

Commit

Permalink
Support Rails 5.2 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Colson authored and dnrce committed Jun 12, 2018
1 parent d7ba77d commit 7733b94
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,11 @@ matrix:
rvm: 2.3.3
- env: RAILS_VERSION='~> 5.1.0'
rvm: 2.4.1
- env: RAILS_VERSION='~> 5.2.0'
rvm: 2.2
- env: RAILS_VERSION='~> 5.2.0'
rvm: 2.3.3
- env: RAILS_VERSION='~> 5.2.0'
rvm: 2.4.1
before_install:
- gem update bundler
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ This can be used as a replacement for mysqldump or pg_dump, but only for the dat

Any database that has an ActiveRecord adapter should work.

This gem supports Rails versions 3.0 through 5.1.
This gem supports Rails versions 3.0 through 5.2.

[![Build Status](https://travis-ci.org/yamldb/yaml_db.svg?branch=master)](https://travis-ci.org/yamldb/yaml_db)

Expand Down
2 changes: 1 addition & 1 deletion yaml_db.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|

s.required_ruby_version = ">= 1.8.7"

s.add_runtime_dependency "rails", ">= 3.0", "< 5.2"
s.add_runtime_dependency "rails", ">= 3.0"
s.add_runtime_dependency "rake", ">= 0.8.7"

s.add_development_dependency "bundler", "~> 1.14"
Expand Down

0 comments on commit 7733b94

Please sign in to comment.