Skip to content

Commit

Permalink
Fixed gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
boazy committed Aug 27, 2016
1 parent 8502e00 commit d662672
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Expand Up @@ -2,6 +2,4 @@ source "http://rubygems.org"

gemspec

gem "schema_plus_core", git: "https://github.com/boazy/schema_plus_core.git", branch: "activerecord-5.0"

File.exist?(gemfile_local = File.expand_path('../Gemfile.local', __FILE__)) and eval File.read(gemfile_local), binding, gemfile_local
2 changes: 1 addition & 1 deletion gemfiles/activerecord-5.0/Gemfile.base
@@ -1,3 +1,3 @@
eval File.read File.expand_path('../../Gemfile.base', __FILE__)

gem "activerecord", ">= 5.0.0.beta1", "< 5.1"
gem "activerecord", "~> 5.0.0"

0 comments on commit d662672

Please sign in to comment.