Skip to content

Commit

Permalink
Update devDependencies and gems. (#28094)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Jan 24, 2019
1 parent dfba588 commit 3723613
Show file tree
Hide file tree
Showing 4 changed files with 1,007 additions and 742 deletions.
12 changes: 11 additions & 1 deletion .stylelintrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"extends": [
"stylelint-config-twbs-bootstrap/scss"
]
],
"rules": {
"property-blacklist": [
"border-radius",
"border-top-left-radius",
"border-top-right-radius",
"border-bottom-right-radius",
"border-bottom-left-radius",
"transition"
]
}
}
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GEM
remote: https://rubygems.org/
specs:
addressable (2.5.2)
addressable (2.6.0)
public_suffix (>= 2.0.2, < 4.0)
colorator (1.1.0)
concurrent-ruby (1.1.4)
Expand Down Expand Up @@ -47,9 +47,9 @@ GEM
ruby_dep (~> 1.2)
mercenary (0.3.6)
mini_portile2 (2.4.0)
nokogiri (1.10.0)
nokogiri (1.10.1)
mini_portile2 (~> 2.4.0)
nokogiri (1.10.0-x64-mingw32)
nokogiri (1.10.1-x64-mingw32)
mini_portile2 (~> 2.4.0)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
Expand Down
Loading

0 comments on commit 3723613

Please sign in to comment.