-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of github.com:zurb/foundation-rails
# By Arthur (2) and others # Via Mehdi Lahmam (3) and Arthur (2) * 'master' of github.com:zurb/foundation-rails: Bumping Version # for Assets Updatin version Make generator compatible with .erb js files Update sass dependency to >= 3.3.0, < 3.5 Minor typo fix: Follow up to pull request #93 -> adding comma Fix reference to ApplicationController that doesn't always exist
- Loading branch information
Showing
6 changed files
with
9 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
{ | ||
"name": "foundation-rails", | ||
"version": "5.5.0.0", | ||
"version": "5.5.1.1", | ||
"dependencies": { | ||
"foundation": "5.5.0" | ||
"foundation": "5.5.1" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
module Foundation | ||
module Rails | ||
VERSION = "5.5.0.0" | ||
VERSION = "5.5.1.0" | ||
end | ||
end |