Skip to content

Commit

Permalink
Updating Gemfiles
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagopradi committed Jun 5, 2017
1 parent 247e2eb commit f63a1f5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gemfiles/rails4.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 4.0.0"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails41.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 4.1.0"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails42.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 4.2.0"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails5.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 5.0.0"

gemspec path: "../"
gemspec :path => "../"
2 changes: 1 addition & 1 deletion gemfiles/rails51.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ source "https://rubygems.org"

gem "activerecord", "~> 5.1.0"

gemspec path: "../"
gemspec :path => "../"

0 comments on commit f63a1f5

Please sign in to comment.