Skip to content

Commit 2949765

Browse files
committed
Pin gems in rails-4.2 gemfile
1 parent dbda6c8 commit 2949765

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

gemfiles/rails-4.2.gemfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gemspec path: "../"
3+
# gemspec path: "../"
4+
gem "activesupport"
45
gem "railties", "~> 4.2.0"
56
gem "sass-rails", "~> 5.0.0"
7+
gem "loofah", "~> 2.0.3"

0 commit comments

Comments
 (0)