Skip to content

Commit 1780066

Browse files
Merge pull request #29 from mudbugmedia/update-penthouse-1-6-0
Update Penthouse to 1.6.0
2 parents 4a53a41 + 2deb0b2 commit 1780066

File tree

4 files changed

+44
-55
lines changed

4 files changed

+44
-55
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ However, more packages may need to be installed depending on your OS distributio
2727
After reviewing the dependency requirements, add `critical-path-css-rails` to your Gemfile:
2828

2929
```
30-
gem 'critical-path-css-rails', '~> 2.4.0'
30+
gem 'critical-path-css-rails', '~> 2.6.0'
3131
```
3232

3333
Download and install by running:
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CriticalPathCSS
22
module Rails
3-
VERSION = '2.4.0'.freeze
3+
VERSION = '2.6.0'.freeze
44
end
55
end

package-lock.json

+40-51
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "critical-path-css-rails",
3-
"version": "2.4.0",
3+
"version": "2.6.0",
44
"description": "NPM dependencies of critical-path-css-rails",
55
"private": true,
66
"directories": {
77
"lib": "lib"
88
},
99
"dependencies": {
10-
"penthouse": "=1.4.2"
10+
"penthouse": "=1.6.0"
1111
},
1212
"license": "MIT"
1313
}

0 commit comments

Comments
 (0)