Skip to content

Commit

Permalink
update thin gem so deps can compile more easily on a modern machine.
Browse files Browse the repository at this point in the history
  • Loading branch information
woodhull committed Jan 21, 2021
1 parent 3e0fb02 commit bf4d290
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ GEM
concurrent-ruby (1.0.2)
cookiejar (0.3.3)
curses (1.0.2)
daemons (1.2.4)
daemons (1.3.1)
descendants_tracker (0.0.4)
thread_safe (~> 0.3, >= 0.3.1)
eco (1.0.0)
Expand All @@ -43,7 +43,7 @@ GEM
http_parser.rb (>= 0.6.0)
em-socksify (0.3.1)
eventmachine (>= 1.0.0.beta.4)
eventmachine (1.2.1)
eventmachine (1.2.7)
execjs (2.7.0)
faraday (0.9.2)
multipart-post (>= 1.2, < 3)
Expand Down Expand Up @@ -80,14 +80,14 @@ GEM
multi_json (~> 1.3)
multi_xml (~> 0.5)
rack (>= 1.2, < 3)
rack (2.0.8)
rack (2.2.3)
sass (3.4.3)
sprockets (3.6.0)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-export (1.0.0)
sprockets-svgo (0.2.0)
thin (1.7.0)
thin (1.8.0)
daemons (~> 1.0, >= 1.0.9)
eventmachine (~> 1.0, >= 1.0.4)
rack (>= 1, < 3)
Expand Down Expand Up @@ -119,4 +119,4 @@ DEPENDENCIES
uglifier

BUNDLED WITH
1.16.1
1.17.3
4 changes: 2 additions & 2 deletions dist/trix-core.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/trix.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*
Trix 1.3.1
Copyright © 2020 Basecamp, LLC
Copyright © 2021 Basecamp, LLC
http://trix-editor.org/*/
trix-editor {
border: 1px solid #bbb;
Expand Down
4 changes: 2 additions & 2 deletions dist/trix.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
},
"homepage": "https://trix-editor.org/",
"devDependencies": {
"svgo": "^0.6.1"
"svgo": "^0.6.6"
}
}

0 comments on commit bf4d290

Please sign in to comment.