Skip to content

Commit

Permalink
Merge pull request #29 from mudbugmedia/update-penthouse-1-6-0
Browse files Browse the repository at this point in the history
Update Penthouse to 1.6.0
  • Loading branch information
michael-misshore authored Jun 16, 2018
2 parents 4a53a41 + 2deb0b2 commit 1780066
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 55 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.4.0'
gem 'critical-path-css-rails', '~> 2.6.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.4.0'.freeze
VERSION = '2.6.0'.freeze
end
end
91 changes: 40 additions & 51 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "critical-path-css-rails",
"version": "2.4.0",
"version": "2.6.0",
"description": "NPM dependencies of critical-path-css-rails",
"private": true,
"directories": {
"lib": "lib"
},
"dependencies": {
"penthouse": "=1.4.2"
"penthouse": "=1.6.0"
},
"license": "MIT"
}

0 comments on commit 1780066

Please sign in to comment.