-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump sequel-rails from 1.0.0 to 1.0.1 #162
Conversation
Bumps [sequel-rails](https://github.com/TalentBox/sequel-rails) from 1.0.0 to 1.0.1. - [Changelog](https://github.com/TalentBox/sequel-rails/blob/master/History.md) - [Commits](TalentBox/sequel-rails@v1.0.0...v1.0.1)
Codecov Report
@@ Coverage Diff @@
## master #162 +/- ##
=====================================
Coverage 100% 100%
=====================================
Files 162 162
Lines 2470 2470
=====================================
Hits 2470 2470 Continue to review full report at Codecov.
|
@@ -8,8 +8,8 @@ module SequelRails | |||
class Migrations | |||
class << self | |||
def migrations_dir | |||
File.join(Gem::Specification.find_by_name('ontohub-models').gem_dir, | |||
'db/migrate') | |||
root_path = Gem::Specification.find_by_name('ontohub-models').gem_dir |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sequel-rails now expects migrations_dir
to return a Pathname
instead of a String
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bumps sequel-rails from 1.0.0 to 1.0.1.
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.If you'd like to skip this version, you can just close this PR. If you have any feedback just mention @dependabot in the comments below.