Skip to content
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

Merged
merged 2 commits into from
Mar 21, 2018

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps sequel-rails from 1.0.0 to 1.0.1.

Dependabot compatibility score

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.

@codecov-io
Copy link

codecov-io commented Mar 21, 2018

Codecov Report

Merging #162 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #162   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files         162    162           
  Lines        2470   2470           
=====================================
  Hits         2470   2470

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 784aeaa...61667b4. Read the comment docs.

@@ -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
Copy link
Contributor

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.

Copy link
Member

@DerProfessor DerProfessor left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@phyrog phyrog merged commit c1a154d into master Mar 21, 2018
@phyrog phyrog deleted the dependabot/bundler/sequel-rails-1.0.1 branch March 21, 2018 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants