Skip to content

Commit

Permalink
Update penthouse to 1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-misshore committed Nov 1, 2018
1 parent 1780066 commit a6a4839
Show file tree
Hide file tree
Showing 4 changed files with 73 additions and 48 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ However, more packages may need to be installed depending on your OS distributio
After reviewing the dependency requirements, add `critical-path-css-rails` to your Gemfile:

```
gem 'critical-path-css-rails', '~> 2.6.0'
gem 'critical-path-css-rails', '~> 2.10.0'
```

Download and install by running:
Expand Down
2 changes: 1 addition & 1 deletion lib/critical_path_css/rails/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CriticalPathCSS
module Rails
VERSION = '2.6.0'.freeze
VERSION = '2.10.1'.freeze
end
end
115 changes: 70 additions & 45 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"lib": "lib"
},
"dependencies": {
"penthouse": "=1.6.0"
"penthouse": "=1.10.1"
},
"license": "MIT"
}

0 comments on commit a6a4839

Please sign in to comment.