Skip to content

Commit

Permalink
Update a whole lot of dependencies (2factorauth#2310)
Browse files Browse the repository at this point in the history
* Bump jQuery version to 3.1.1

* Update Jets.js to v0.13.0

* Update Semantic-UI to version 2.2.7

* Update github-pages Gem to version 116

* Update Travis RVM to version 2.4.0
  • Loading branch information
PSGS authored and Carlgo11 committed Jan 19, 2017
1 parent e084bc6 commit 49974b0
Show file tree
Hide file tree
Showing 13 changed files with 184 additions and 20,960 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: false
language: ruby
cache: bundler
rvm:
- 2.3.0
- 2.4.0
notifications:
email: false
slack:
Expand Down
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
source 'https://rubygems.org'

# Dependencies are bundled with the github-pages gem
gem 'github-pages', '112', group: :jekyll_plugins
gem 'github-pages', '116', group: :jekyll_plugins

group :test do
gem 'fastimage'
Expand Down
4 changes: 3 additions & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@
</div>

<!-- 3rd Party Libraries -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="/lib/semantic/javascript/semantic.min.js"></script>
<script src="/js/jquery.unveil.min.js"></script>
<script src="/js/jets.min.js"></script>
Expand Down
4 changes: 3 additions & 1 deletion _layouts/secondary.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@
</div>

<!-- 3rd Party Libraries -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.4/jquery.min.js" integrity="sha384-8gBf6Y4YYq7Jx97PIqmTwLPin4hxIzQw5aDmUg/DDhul9fFpbbLcLh3nTIIDJKhx" crossorigin="anonymous"></script>
<script src="https://code.jquery.com/jquery-3.1.1.min.js"
integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8="
crossorigin="anonymous"></script>
<script src="/lib/semantic/javascript/semantic.min.js"></script>
</body>
</html>
17 changes: 9 additions & 8 deletions js/jets.min.js
100644 → 100755

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

22 changes: 11 additions & 11 deletions lib/semantic/css/semantic.min.css

Large diffs are not rendered by default.

Binary file modified lib/semantic/fonts/icons.eot
Binary file not shown.
Loading

0 comments on commit 49974b0

Please sign in to comment.