Skip to content

Commit a6a4839

Browse files
Update penthouse to 1.10.1
1 parent 1780066 commit a6a4839

File tree

4 files changed

+73
-48
lines changed

4 files changed

+73
-48
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.6.0'
30+
gem 'critical-path-css-rails', '~> 2.10.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.6.0'.freeze
3+
VERSION = '2.10.1'.freeze
44
end
55
end

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"lib": "lib"
88
},
99
"dependencies": {
10-
"penthouse": "=1.6.0"
10+
"penthouse": "=1.10.1"
1111
},
1212
"license": "MIT"
1313
}

0 commit comments

Comments
 (0)