File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
lib/critical_path_css/rails Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ Upgrade instructions from each version are included below.
17
17
Add ` critical-path-css-rails ` to your Gemfile:
18
18
19
19
```
20
- gem 'critical-path-css-rails', '~> 2.0 .0'
20
+ gem 'critical-path-css-rails', '~> 2.3 .0'
21
21
```
22
22
23
23
Download and install by running:
Original file line number Diff line number Diff line change 1
1
module CriticalPathCSS
2
2
module Rails
3
- VERSION = '2.0 .0'
3
+ VERSION = '2.3 .0'
4
4
end
5
5
end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " critical-path-css-rails" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.3 .0" ,
4
4
"description" : " NPM dependencies of critical-path-css-rails" ,
5
5
"private" : true ,
6
6
"directories" : {
7
7
"lib" : " lib"
8
8
},
9
9
"dependencies" : {
10
- "penthouse" : " =1.1 .0"
10
+ "penthouse" : " =1.3 .0"
11
11
},
12
12
"license" : " MIT"
13
13
}
You can’t perform that action at this time.
0 commit comments