Skip to content

Commit 72eb7d6

Browse files
committed
Fix Gemfile for 4.2
1 parent 0723945 commit 72eb7d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gemfiles/Gemfile.rails-4.2.x

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
source 'https://rubygems.org'
2-
gemspec :path => "./../.."
2+
gemspec :path => ".."
33

44
gem 'actionpack', '~> 4.2.0'
55
gem 'railties', '~> 4.2.0'

0 commit comments

Comments
 (0)