Skip to content

Commit e8b768b

Browse files
Update Penthouse to 1.3.0
1 parent f075055 commit e8b768b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Upgrade instructions from each version are included below.
1717
Add `critical-path-css-rails` to your Gemfile:
1818

1919
```
20-
gem 'critical-path-css-rails', '~> 2.0.0'
20+
gem 'critical-path-css-rails', '~> 2.3.0'
2121
```
2222

2323
Download and install by running:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module CriticalPathCSS
22
module Rails
3-
VERSION = '2.0.0'
3+
VERSION = '2.3.0'
44
end
55
end

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "critical-path-css-rails",
3-
"version": "2.0.0",
3+
"version": "2.3.0",
44
"description": "NPM dependencies of critical-path-css-rails",
55
"private": true,
66
"directories": {
77
"lib": "lib"
88
},
99
"dependencies": {
10-
"penthouse": "=1.1.0"
10+
"penthouse": "=1.3.0"
1111
},
1212
"license": "MIT"
1313
}

0 commit comments

Comments
 (0)