Skip to content
This repository has been archived by the owner on May 12, 2022. It is now read-only.

allowing all 5.* rails versions #95

Merged
merged 1 commit into from
Nov 16, 2020
Merged

Conversation

mbryja
Copy link
Collaborator

@mbryja mbryja commented Nov 11, 2020

Trying to use this gem with latest rails 5 version.

@coveralls
Copy link

coveralls commented Nov 11, 2020

Coverage Status

Coverage decreased (-90.9%) to 0.0% when pulling 16dbbbd on mbryja:rails_dependency into 4551405 on enova:master.

@mbryja mbryja force-pushed the rails_dependency branch 3 times, most recently from 7841420 to 2f55e30 Compare November 16, 2020 17:50
@@ -1,5 +1,5 @@
module Landable
class Migration < ActiveRecord::Migration
class Migration < ActiveRecord.version < Gem::Version.new("5.1") ? ActiveRecord::Migration : ActiveRecord::Migration[4.2]
Copy link
Contributor

Choose a reason for hiding this comment

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

👍

@jenikm jenikm merged commit 1af44bb into enova:master Nov 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants