Commit Graph

489 Commits

Author SHA1 Message Date
Colleen Palmer e84bd4dd80 Revert and bring InstIcons into Canvas
closes: CNVS-32953

This commit re-introduces Instructure Icons into Canvas.
Due to the range in aesthetic impact of including both line
and solid icons, the change is expansive and will be refined
in subsequent commits. The purpose of this commit is to:

- Make InstIcons available in Canvas allowing the use of the
  react components

- Replace the current icon font with the new InstIcons font

- Allow for use of both 'Line' and 'Solid' icon variants

- Update the styleguide to reference the InstIcons github
  documentation for examples

- Remove font custom from Canvas

Icons changed to line versions in Canvas:
- icon-compose (view on Dashboard card)
- icon-info (view on global notification)

- Updated icons to be larger for better visibility
  (our old font was using a small font size)

- Updated font-size is now relative vs fixed, so better a11y

Test Plan:

- On compiling, icons in Canvas should now be changed to the
  corresponding Instructure Icons as can be seen here
  http://instructure.github.io/instructure-icons/

- The icon default displaying in Canvas should be solid icons.
  If the variant "icon-Line" is added to an icon's css class,
  it should display as line. For example, in the case of
  <i class="icon-edit"></i>, adding
  <i class="icon-edit icon-Line"></i> would result in a line
  version of the edit icon displaying

- As a developer, you should be able to use InstUI react icons

- The rake task `bundle exec rake icons:compile` should no
  longer exist

- The styleguide should no longer display example icons, but
  should now include a link to the Instructure Icons github
  documentation

Change-Id: I9780332de9fdf937b35caabadc2b2ee615892a43
Reviewed-on: https://gerrit.instructure.com/94175
Reviewed-by: Pam Hiett <phiett@instructure.com>
QA-Review: Dan Sasaki
Tested-by: Jenkins
Product-Review: Kyle Follett <kfollett@instructure.com>
2016-11-29 20:52:54 +00:00
Cody Cutrer ac5d9d5d97 bump switchman
Change-Id: Icc21729dfba8e1bceab2793dd2fb49fbae436a8d
Reviewed-on: https://gerrit.instructure.com/96015
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-23 17:41:46 +00:00
Brian Palmer 7ba77c903e remove unused flamegraph gem and deps
Change-Id: I77344f04a763b6e69cc045b026d536af0d138b04
Reviewed-on: https://gerrit.instructure.com/95949
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
2016-11-23 16:23:05 +00:00
Cody Cutrer a0609bb262 allow newer bundler
Change-Id: I652d24c109bf28821050a00257e8ec9b1091a444
Reviewed-on: https://gerrit.instructure.com/95939
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-22 21:07:27 +00:00
Simon Williams 9e8034b463 bump jira_ref_parser to handler longer jira project names
fixes FALCOR-28

test plan:
- link to a project with a long name (like above)
- the linter should not complain

Change-Id: Ib28c5cdcb136ca1b7cb76dc8bca4518889e9bfa5
Reviewed-on: https://gerrit.instructure.com/95832
Reviewed-by: Landon Wilkins <lwilkins@instructure.com>
Product-Review: Landon Wilkins <lwilkins@instructure.com>
QA-Review: Landon Wilkins <lwilkins@instructure.com>
Tested-by: Jenkins
2016-11-21 21:16:06 +00:00
Cody Cutrer 5fc6c0a62e fix Gemfile.d for plugins
Change-Id: I96b8f208c2daff56657bf08f76b14d18d6108eb3
Reviewed-on: https://gerrit.instructure.com/95471
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-17 23:32:25 +00:00
Cody Cutrer 57e1a24c27 bump will_paginate for Rails 5 compat
Change-Id: If172ff73d1828253c026e993e623a2418cdc88e9
Reviewed-on: https://gerrit.instructure.com/95542
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-17 23:19:49 +00:00
Cody Cutrer 0d744a7c3e Rails 5: remove test_after_commit
it's baked into Rails now

Change-Id: Ib4ed087d2d69ad3e92222c2a195406c45a42eac5
Reviewed-on: https://gerrit.instructure.com/95570
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-17 22:53:48 +00:00
Cody Cutrer fd87517984 bump marginalia to a rails 5 compatible version
Change-Id: I8d78cdf5b2ca848fdb76b0275dd620815b93e0cf
Reviewed-on: https://gerrit.instructure.com/95567
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-17 22:53:33 +00:00
Cody Cutrer 8ab887f92b add rails-observers gem back to rails5
but have to use github, as the rails 5 compatible version is unreleased

Change-Id: I668fff26b7879365f148eea9ec6c93a79862735e
Reviewed-on: https://gerrit.instructure.com/95529
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-17 22:51:03 +00:00
Cody Cutrer be244e8a09 bump canvas_statsd
and pin aroi, now that canvas_statsd is more lax about that requirement

Change-Id: I613e18cc509e9a3682cd113d35ae92b4d6e4deb5
Reviewed-on: https://gerrit.instructure.com/95491
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-17 15:43:33 +00:00
Cody Cutrer 92c4f652b2 bump redis-store for rails 5
my bug fix was merged in upstream

Change-Id: If1d4cb6e8276360aa2a30124890883999dbdae79
Reviewed-on: https://gerrit.instructure.com/95406
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-17 15:08:24 +00:00
Brian Palmer ef0535544b bump canvas_statsd gem
refs CNVS-32945

test plan: the `[STATSD]` lines should still appear in the debug logs,
and should now include a cache_read value.

Change-Id: Ib19800ab2942bc61fb36574db8dc65087778371d
Reviewed-on: https://gerrit.instructure.com/94693
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
QA-Review: Benjamin Christian Nelson <bcnelson@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
2016-11-16 19:54:56 +00:00
Brian Palmer 026a157482 remove rack-mini-profiler
This isn't currently functioning in canvas, and isn't used often enough
to justify maintaining it.

test plan: This is all removing functionality, so we just need to verify
that canvas still loads without error.

Change-Id: I596587b773a5528521f6ee6dbbd8b5ce18d52d74
Reviewed-on: https://gerrit.instructure.com/95041
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
QA-Review: Benjamin Christian Nelson <bcnelson@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
2016-11-16 16:37:49 +00:00
Simon Williams 6862281ba6 Revert "enable better_errors for development"
This reverts commit c0e20beb55.

Change-Id: Ic8663b4c50ff15e535e3cb27af7a002502314111
Reviewed-on: https://gerrit.instructure.com/94946
Tested-by: Jenkins
Reviewed-by: Cody Cutrer <cody@instructure.com>
Product-Review: Simon Williams <simon@instructure.com>
QA-Review: Simon Williams <simon@instructure.com>
2016-11-11 18:27:52 +00:00
Cody Cutrer 869969c8a5 bump switchman
no functionality change, just making sure nothing broke with
switchman dropping rails 4.0/4.1 support

Change-Id: If7f56f833e185c303db60595853cf7e583f67941
Reviewed-on: https://gerrit.instructure.com/94691
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-11-08 22:26:09 +00:00
Tyler Pickett 5e102f8a6f Bump json-jwt version
We need some of the features introduced in the newer versions for LTI
Content Migration token creation.

Change-Id: Ie99af3f811d1eacd395286d221ca399f04b4534f
Refs: PLAT-1755
Reviewed-on: https://gerrit.instructure.com/93693
Reviewed-by: Andrew Butterfield <abutterfield@instructure.com>
Tested-by: Jenkins
QA-Review: August Thornton <august@instructure.com>
Product-Review: Tyler Pickett <tpickett@instructure.com>
2016-11-08 20:18:03 +00:00
Neil Gupta caf3618e67 Rename bcrypt-ruby gem to bcrypt as per deprecation warning
See https://github.com/codahale/bcrypt-ruby/pull/86

Test plan:
* specs pass

Change-Id: Icb8aaaa332a6b3d9be82fb3ad76e234b66801480
Reviewed-on: https://gerrit.instructure.com/93999
Reviewed-by: Derek Bender <djbender@instructure.com>
Reviewed-by: Shahbaz Javeed <sjaveed@instructure.com>
Tested-by: Jenkins
Product-Review: Neil Gupta <ngupta@instructure.com>
QA-Review: Neil Gupta <ngupta@instructure.com>
2016-10-31 21:28:30 +00:00
Cody Cutrer c47dc80f20 bump switchman
Change-Id: I82a3bffd58c0b3a39426d7652602cb6197425620
Reviewed-on: https://gerrit.instructure.com/93807
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-31 15:18:30 +00:00
Cody Cutrer 9708254396 bump authlogic, scrypt, and bcrypt-ruby
Change-Id: Ic4816f70d1dfa5a0ee0759e24481da0714ce4938
Reviewed-on: https://gerrit.instructure.com/92636
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-27 15:58:32 +00:00
Simon Williams b5d8758671 Revert "Bring InstIcons into Canvas"
This reverts commit ce771d353b.

fixes CNVS-32874

test plan:
- make sure that old icons are working appropriately, especially with
inst-ui components

Change-Id: If749cec08302b1bd252c0938ad9fd2329e1c1040
Reviewed-on: https://gerrit.instructure.com/93540
Reviewed-by: Colleen Palmer <colleen@instructure.com>
Product-Review: Colleen Palmer <colleen@instructure.com>
Tested-by: Jenkins
QA-Review: Pierce Arner <pierce@instructure.com>
2016-10-25 18:10:03 +00:00
James Williams f23f3b0ff2 remove rails 4.0 support
Change-Id: Id1900160375644ea33badaa9d9f9185fab6b81ac
Reviewed-on: https://gerrit.instructure.com/92726
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins
Product-Review: James Williams  <jamesw@instructure.com>
QA-Review: James Williams  <jamesw@instructure.com>
2016-10-25 17:17:22 +00:00
Landon Wilkins 903c9a0a66 stylelint, refs SD-1603
test plan:
* add an invalid hex code to a scss file
  e.g. _variables.scss:
  color: #YARRRRRRRR
* run stylelint with: `script/stylelint`
* verify the colored output only returns your introduced error

Change-Id: Ia4f2adef3635f34154d50d61249b952a380208bf
Reviewed-on: https://gerrit.instructure.com/92229
Reviewed-by: Jon Jensen <jon@instructure.com>
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
Tested-by: Jenkins
2016-10-25 00:21:16 +00:00
Landon Wilkins 1987bf3366 revert simplecov back to 0.9.2
refs CNVS-32826

Change-Id: Ib1dd3f24c3d52827183f6c8dafa04ddce5aeb8dd
Reviewed-on: https://gerrit.instructure.com/93370
Reviewed-by: Cemal Aktas <caktas@instructure.com>
Tested-by: Jenkins
Product-Review: Landon Wilkins <lwilkins@instructure.com>
QA-Review: Landon Wilkins <lwilkins@instructure.com>
2016-10-21 01:51:07 +00:00
Jon Jensen 6db4b5d5a0 spec: speed up some specs using once-ler and create_records
reduce runtime over 50% (200sec -> 90sec). also add `around(:all)` support
so we can speed up some plugins (this way we can Timecop.freeze an entire
group, including its :once blocks)

Change-Id: Iec66b01bad27de017d23cc1de49e34339cf18e79
Reviewed-on: https://gerrit.instructure.com/93331
Tested-by: Jenkins
Reviewed-by: Landon Wilkins <lwilkins@instructure.com>
Product-Review: Landon Wilkins <lwilkins@instructure.com>
QA-Review: Landon Wilkins <lwilkins@instructure.com>
2016-10-20 22:37:52 +00:00
Bryan Petty 514e3c4326 bump minimum bundler version to 1.10.3
Bundler 1.10.1 (and .2) contained a bug that didn't allow missing
gemspec files when validating path gems. This breaks autoextend as
shown in this reported Canvas issue:
https://github.com/instructure/canvas-lms/pull/927

This corresponds with the following fix in Bundler 1.10.3:
https://github.com/bundler/bundler/pull/3708

Test Plan:
1. Install bundler 1.10.3
2. Run clean bundle install
3. Verify successful bundle install

Change-Id: I322060b7316a1bcb60e95e3e7a992fd80dfeb64c
Reviewed-on: https://gerrit.instructure.com/93299
Tested-by: Jenkins
Reviewed-by: Rob Orton <rob@instructure.com>
QA-Review: Kausty Saxena <kausty@instructure.com>
Product-Review: Bryan Petty <bpetty@instructure.com>
2016-10-20 21:19:38 +00:00
Cody Cutrer b979636be3 simplify bundler requirements
bundler has correctly enforced its own gem requirement for long
enough that I'm no longer worried about confusion from people
running ancient versions of bundler

Change-Id: I55e2b5588e3ae38f9bba49bb370e0053ff4a72ed
Reviewed-on: https://gerrit.instructure.com/93036
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-18 20:55:38 +00:00
Derek Bender c0e20beb55 enable better_errors for development
To turn off, set DISABLE_BETTER_ERRORS ENV variable:

    export DISABLE_BETTER_ERRORS=true

To re-enable, delete or unset the DISABLE_BETTER_ERRORS ENV var.
Setting the key to false will not work.

Change-Id: Icfe3985365d7fb3c3f2d005e998807bb9614fba1
Reviewed-on: https://gerrit.instructure.com/84383
Reviewed-by: Shahbaz Javeed <sjaveed@instructure.com>
Tested-by: Jenkins
Reviewed-by: Neil Gupta <ngupta@instructure.com>
Product-Review: Keith T. Garner <kgarner@instructure.com>
QA-Review: Keith T. Garner <kgarner@instructure.com>
2016-10-14 19:09:06 +00:00
Cody Cutrer 884d611a8c Revert "bump buard and listen"
This reverts commit 1d06836be5.
2016-10-13 16:20:11 -06:00
Cody Cutrer 167267ad59 add aws-sdk v2 to gemfile
it can coexist with v1, and now we can move our usages over to v2
one at a time

Change-Id: I6aa1ff3f46dbe3762ee2548d41ffd26e4c1b26fe
Reviewed-on: https://gerrit.instructure.com/92704
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-13 16:11:35 +00:00
Cody Cutrer 65855f38ee bump vericite_api
Change-Id: I6b9f97a7a6eab2bbe7c518ac3b202f14eb947ff1
Reviewed-on: https://gerrit.instructure.com/92710
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-13 04:32:03 +00:00
Cody Cutrer ac94cddb0b bump several test gems
and remove shoulda-matchers (the newer version breaks `redirect_to().or`,
and all the of the specs using it were self-evident specs of little
value)

Change-Id: Idca701a36203f3aa822909360c9bd2a90c9dcee8
Reviewed-on: https://gerrit.instructure.com/92503
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Reviewed-by: Jon Jensen <jon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-12 22:03:50 +00:00
Cody Cutrer 2dbc776fce bump dimplomat and httparty
blockers to using json 2.0, and thus ruby 2.4

Change-Id: I19aed76a6f9fc7de2e8d13c949c9f74e71b2b2fc
Reviewed-on: https://gerrit.instructure.com/92667
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-12 21:27:11 +00:00
Cody Cutrer 9ee8c2c8b3 allow newer bundler
Change-Id: I23847eedcf69d38e49ad79f41327ab01c3e347eb
Reviewed-on: https://gerrit.instructure.com/92658
Tested-by: Jenkins
Reviewed-by: James Williams  <jamesw@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-12 20:39:47 +00:00
Cody Cutrer 64a5d6ac2c bump inst-jobs and after_transaction_commit
Change-Id: Id2bf19be2a31e12b4657179d45f01b7a52bafbc8
Reviewed-on: https://gerrit.instructure.com/92572
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-12 03:30:42 +00:00
Clay Diffrient 07e5f72110 Merge branch 'baholladay-vericite-master'
Reviewed-on: https://gerrit.instructure.com/78091
Tested-by: Jenkins
Reviewed-by: Keith T. Garner <kgarner@instructure.com>
QA-Review: KC Naegle <knaegle@instructure.com>
Product-Review: Clay Diffrient <cdiffrient@instructure.com>

Change-Id: Idb5bf109612b53160dd3dca2831dc5d662244be7
2016-10-11 20:25:34 -06:00
Cody Cutrer bc214328f3 ruby 2.3.1 is now passing all tests
Change-Id: I10abde3b629cfdb8a102fb622d5f2cdaed325c0a
Reviewed-on: https://gerrit.instructure.com/92565
Reviewed-by: Rob Orton <rob@instructure.com>
Reviewed-by: Simon Williams <simon@instructure.com>
Tested-by: Jenkins
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-11 21:51:54 +00:00
Stephen Jensen ce771d353b Bring InstIcons into Canvas
closes: CNVS-29706

This initial commit introduces Instructure Icons into Canvas.
Due to the range in aesthetic impact of including both line
and solid icons, the change is expansive and will be refined
in subsequent commits. The purpose of this commit is to:

- Make InstIcons available in Canvas allowing the use of the
  react components

- Replace the current icon font with the new InstIcons font

- Allow for use of both 'Line' and 'Solid' icon variants

- Update the styleguide to reference the InstIcons github
  documentation for examples

- Remove font custom from Canvas

Test Plan:

- On compiling, icons in Canvas should now be changed to the
  corresponding Instructure Icons as can be seen here
  http://instructure.github.io/instructure-icons/

- The icon default displaying in Canvas should be solid icons.
  If the variant "icon-Line" is added to an icon's css class,
  it should display as line. For example, in the case of
  <i class="icon-edit"></i>, adding
  <i class="icon-edit icon-Line"></i> would result in a line
  version of the edit icon displaying

- As a developer, you should be able to use InstUI react icons

- The rake task `bundle exec rake icons:compile` should no
  longer exist

- The styleguide should no longer display example icons, but
  should now include a link to the Instructure Icons github
  documentation

Change-Id: Id5a2f7be33b8e5bed76867da067309d044b5be06
Reviewed-on: https://gerrit.instructure.com/91014
Tested-by: Jenkins
QA-Review: Pierce Arner <pierce@instructure.com>
Reviewed-by: Jennifer Stern <jstern@instructure.com>
Product-Review: Jennifer Stern <jstern@instructure.com>
Product-Review: Kyle Follett <kfollett@instructure.com>
2016-10-11 21:43:15 +00:00
Cody Cutrer 28353f0a4b bump adobe_connect
Change-Id: Ib0717adf386515f7effc9c63e172d37d1bea9e65
Reviewed-on: https://gerrit.instructure.com/92533
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-11 19:55:47 +00:00
Cody Cutrer ffca06741a Revert "bump mocha"
This reverts commit b566ef0a14.

Change-Id: I32cd3fca612aac31cc25ef83dd71ecfafc7ebb3c
2016-10-11 12:07:13 -06:00
Cody Cutrer 61a2134bef bump dress_code dependencies
Change-Id: Ie7eb666c675c857511c213ea868b8daa4d4300b9
Reviewed-on: https://gerrit.instructure.com/92495
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-11 16:42:23 +00:00
Cody Cutrer 5955782f1d bump switchman
Change-Id: I782aa15d8c6da0678c383cf634db2bb3efd1b8b0
Reviewed-on: https://gerrit.instructure.com/92491
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-11 16:40:08 +00:00
Cody Cutrer fde14b600c bump inst-jobs and rufus-scheduler
Change-Id: I6d64cbd2ab0084c67de51507074b3dc43f0acc40
Reviewed-on: https://gerrit.instructure.com/92445
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-10 22:26:50 +00:00
Cody Cutrer afb6abc0be bump switchman
Change-Id: I6e1d31aa9a11bd046f518b984b8fc0bbe406165c
Reviewed-on: https://gerrit.instructure.com/92433
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-10 22:26:35 +00:00
Cody Cutrer 38a46c1a8c bump rspec
Change-Id: I74e3dbdc17818f56af506246ad141aa6d42c8aa0
Reviewed-on: https://gerrit.instructure.com/92448
Reviewed-by: Jon Jensen <jon@instructure.com>
Product-Review: Jon Jensen <jon@instructure.com>
QA-Review: Jon Jensen <jon@instructure.com>
Tested-by: Jenkins
2016-10-10 22:19:22 +00:00
Cody Cutrer 8a192a3520 bump redis
Change-Id: I2ab0de44c6ab4d470e3066da16aab6bf5b16b9ef
Reviewed-on: https://gerrit.instructure.com/92434
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-10 22:10:14 +00:00
Cody Cutrer 4c82ee31d0 bump coffee-script
but not coffee-script-source

Change-Id: I541c73e48577f7812ee20d6ede2fdb1a1d463599
Reviewed-on: https://gerrit.instructure.com/92421
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-10 21:40:05 +00:00
Cody Cutrer 239e390b02 bump rubyzip
Change-Id: I64f7f6e3b162b8554380531bfe590fbdf7b82f44
Reviewed-on: https://gerrit.instructure.com/92392
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-10 21:39:37 +00:00
Cody Cutrer 987faf480c bump sqlite3
Change-Id: I0af373ed9e012bd28028a13f6918f28d89b6c137
Reviewed-on: https://gerrit.instructure.com/92399
Tested-by: Jenkins
Reviewed-by: Simon Williams <simon@instructure.com>
Product-Review: Cody Cutrer <cody@instructure.com>
QA-Review: Cody Cutrer <cody@instructure.com>
2016-10-10 21:39:19 +00:00
Cody Cutrer 5ba1017a14 Revert "bump redis"
This reverts commit 364061f240.
2016-10-10 14:49:25 -06:00