2014-07-02 02:32:06 +08:00
|
|
|
if CANVAS_RAILS3
|
2015-08-04 04:47:56 +08:00
|
|
|
gem 'rails', '3.2.22'
|
2014-07-02 02:32:06 +08:00
|
|
|
gem 'rack', '1.4.5'
|
|
|
|
gem 'builder', '3.0.0'
|
2014-09-17 01:11:24 +08:00
|
|
|
gem 'routing_concerns', '0.1.0'
|
2014-11-11 06:29:09 +08:00
|
|
|
gem 'strong_parameters', '0.2.3'
|
2014-07-02 02:32:06 +08:00
|
|
|
else
|
2015-07-14 20:42:08 +08:00
|
|
|
gem 'rails', '4.0.13'
|
2015-06-17 02:17:52 +08:00
|
|
|
gem 'rack', '1.5.4'
|
2014-07-02 02:32:06 +08:00
|
|
|
gem 'builder', '3.1.4'
|
|
|
|
gem 'protected_attributes', '1.0.8'
|
|
|
|
gem 'rails-observers', '0.1.2'
|
|
|
|
end
|
2015-04-14 02:22:29 +08:00
|
|
|
gem 'tzinfo', '0.3.43'
|
2015-07-21 03:55:55 +08:00
|
|
|
gem 'encrypted_cookie_store-instructure', '1.1.11', require: 'encrypted_cookie_store'
|
|
|
|
gem 'active_model_serializers', '0.9.0alpha1',
|
2015-04-07 00:03:44 +08:00
|
|
|
github: 'rails-api/active_model_serializers', ref: '61882e1e4127facfe92e49057aec71edbe981829'
|
2014-10-07 10:29:33 +08:00
|
|
|
gem 'authlogic', '3.4.2'
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'active_model-better_errors', '1.6.7', require: 'active_model/better_errors'
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'dynamic_form', '1.1.4', require: false
|
2014-07-24 01:14:22 +08:00
|
|
|
gem 'rails-patch-json-encode', '0.0.1'
|
2015-10-28 04:36:01 +08:00
|
|
|
gem 'switchman', '1.3.9'
|
2015-05-30 00:26:52 +08:00
|
|
|
gem 'folio-pagination', '0.0.9', require: 'folio/rails'
|
|
|
|
# for folio, see the folio README
|
|
|
|
gem 'will_paginate', '3.0.7', require: false
|
2014-03-27 06:41:23 +08:00
|
|
|
|
after_transaction_commit gem extraction
refs CNVS-15881
our delayed_job depends on this, so I'm pulling it out into a gem first,
so that we can fully gemify our fork of delayed_job and use it in other
apps.
I modified the code to be built on top of the after_commit callback
functionality added in rails3, and I pulled in the test_after_commit gem
(after making a fix to it), which emulates transaction callbacks in test
mode. This makes it easier to write tests that interacts with these
callbacks, and cleans up some code in the app that was checking for test
mode and changing behavior. Fortunately, it behaves well with once-ler.
Side note: now that we are on rails3, we could replace some, but not
all, of our usage of after_transaction_commit with after_commit AR
callbacks. I didn't do that in this commit, to minimize churn.
test plan: things that happen in commit callbacks should still happen as
expected. for instance, with caching enabled, changing a /plugins
setting should still take effect immediately, because the cache is
cleared in a commit callback.
Change-Id: I66af5f66bf9fa9354352ed37edec8bd92d8e39c8
Reviewed-on: https://gerrit.instructure.com/41819
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Jenkins <jenkins@instructure.com>
QA-Review: August Thornton <august@instructure.com>
Product-Review: Brian Palmer <brianp@instructure.com>
2014-09-26 07:04:54 +08:00
|
|
|
gem "after_transaction_commit", '1.0.1'
|
2015-04-09 01:21:08 +08:00
|
|
|
gem "aws-sdk", '1.63.0', require: false
|
|
|
|
gem 'uuidtools', '2.1.4', require: false
|
|
|
|
gem 'barby', '0.5.0', require: false
|
|
|
|
gem 'rqrcode', '0.4.2', require: false
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'chunky_png', '1.3.0', require: false
|
2014-03-27 06:41:23 +08:00
|
|
|
gem 'bcrypt-ruby', '3.0.1'
|
2015-07-08 00:38:58 +08:00
|
|
|
gem 'canvas_connect', '0.3.8'
|
2015-04-21 08:13:57 +08:00
|
|
|
gem 'adobe_connect', '1.0.3', require: false
|
2014-07-24 01:14:22 +08:00
|
|
|
gem 'canvas_webex', '0.15'
|
2015-10-29 00:27:51 +08:00
|
|
|
gem 'canvas-jobs', '0.10.0'
|
2015-05-26 23:11:56 +08:00
|
|
|
gem 'rufus-scheduler', '3.1.2', require: false
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'ffi', '1.1.5', require: false
|
2015-10-22 06:41:23 +08:00
|
|
|
gem 'hairtrigger', '0.2.15'
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'ruby2ruby', '2.0.8', require: false
|
2015-06-11 05:13:08 +08:00
|
|
|
gem 'ruby_parser', '3.7.0', require: false
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'hashery', '1.3.0', require: false
|
|
|
|
gem 'highline', '1.6.1', require: false
|
2014-03-27 06:41:23 +08:00
|
|
|
gem 'hoe', '3.8.1'
|
2015-10-18 08:26:39 +08:00
|
|
|
gem 'httparty', '0.13.7'
|
2015-01-24 04:06:15 +08:00
|
|
|
gem 'i18n', '0.7.0'
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'i18nema', '0.0.8', platforms: [:ruby_20, :ruby_21, :ruby_22]
|
|
|
|
gem 'i18nema19', '0.0.8', platform: :ruby_19
|
2015-07-28 03:43:23 +08:00
|
|
|
gem 'i18nliner', '0.0.12'
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'icalendar', '1.5.4', require: false
|
2015-06-27 03:55:27 +08:00
|
|
|
gem 'ims-lti', '2.0.0.beta.27'
|
2015-01-20 01:45:02 +08:00
|
|
|
gem 'json', '1.8.2'
|
2014-03-27 06:41:23 +08:00
|
|
|
gem 'oj', '2.5.5'
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'jwt', '1.2.1', require: false
|
2015-10-24 05:39:30 +08:00
|
|
|
gem 'json-jwt', '1.5.1', require: false
|
2015-08-18 03:26:39 +08:00
|
|
|
gem 'twilio-ruby', '4.2.1'
|
2014-03-27 06:41:23 +08:00
|
|
|
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'mail', '2.5.4', require: false
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'treetop', '1.4.15', require: false
|
|
|
|
gem 'polyglot', '0.3.5', require: false
|
|
|
|
gem 'marginalia', '1.3.0', require: false
|
|
|
|
gem 'mime-types', '1.17.2', require: 'mime/types'
|
2015-05-30 00:37:53 +08:00
|
|
|
gem 'mini_magick', '4.2.7'
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'subexec', '0.0.4', require: false
|
2014-08-13 04:14:57 +08:00
|
|
|
gem 'multi_json', '1.10.1'
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'netaddr', '1.5.0', require: false
|
2015-08-14 04:41:43 +08:00
|
|
|
gem 'nokogiri', '1.6.6.2.20150813143452', require: false, github: 'codekitchen/nokogiri', ref: 'd47e53f885'
|
2014-03-27 06:41:23 +08:00
|
|
|
# oauth gem, with rails3 fixes rolled in
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'oauth-instructure', '0.4.10', require: false
|
2015-05-14 03:31:29 +08:00
|
|
|
gem 'oauth2', '1.0.0', require: false
|
2015-07-21 03:03:18 +08:00
|
|
|
gem 'parallel', '1.4.1', require: false
|
2015-07-29 13:20:33 +08:00
|
|
|
gem 'ruby-progressbar', '1.7.5', require: false #used to show progress of S3Uploader
|
2015-06-16 01:11:37 +08:00
|
|
|
gem 'rack-mini-profiler', '0.9.2', require: false
|
|
|
|
gem 'flamegraph', '0.1.0', require: false
|
2015-06-18 11:19:18 +08:00
|
|
|
gem 'stackprof', '0.2.7', require: false
|
2014-12-19 05:35:05 +08:00
|
|
|
gem 'rake', '10.4.2'
|
2014-03-27 06:41:23 +08:00
|
|
|
gem 'rdoc', '3.12'
|
2015-08-20 23:30:56 +08:00
|
|
|
gem 'ratom-nokogiri', '0.10.4', require: false
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'rdiscount', '1.6.8', require: false
|
|
|
|
gem 'ritex', '1.0.1', require: false
|
2014-03-27 06:41:23 +08:00
|
|
|
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'rotp', '1.6.1', require: false
|
|
|
|
gem 'net-ldap', '0.10.1', require: false
|
|
|
|
gem 'ruby-duration', '3.2.0', require: false
|
2015-08-13 03:50:57 +08:00
|
|
|
gem 'ruby-saml-mod', '0.2.7'
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'rubycas-client', '2.3.9', require: false
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'rubyzip', '1.1.1', require: 'zip'
|
2014-03-27 06:41:23 +08:00
|
|
|
gem 'zip-zip', '0.2' # needed until plugins use the new namespace
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'safe_yaml', '0.9.7', require: false
|
|
|
|
gem 'safe_yaml-instructure', '0.8.0', require: false
|
|
|
|
gem 'hashie', '2.0.5', require: false
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'sanitize', '2.0.6', require: false
|
2014-09-04 02:41:55 +08:00
|
|
|
gem 'shackles', '1.0.7'
|
2014-03-27 06:41:23 +08:00
|
|
|
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'useragent', '0.10.0', require: false
|
2014-03-27 06:41:23 +08:00
|
|
|
|
|
|
|
gem 'foreigner', '0.9.2'
|
2015-04-09 01:21:08 +08:00
|
|
|
gem 'crocodoc-ruby', '0.0.1', require: false
|
|
|
|
gem 'hey', '1.3.0', require: false
|
2015-05-11 23:16:54 +08:00
|
|
|
gem 'sentry-raven', '0.13.2', require: false
|
2015-06-19 00:10:44 +08:00
|
|
|
gem 'canvas_statsd', '1.0.3'
|
2014-03-27 06:41:23 +08:00
|
|
|
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'active_polymorph', path: 'gems/active_polymorph'
|
|
|
|
gem 'activesupport-suspend_callbacks', path: 'gems/activesupport-suspend_callbacks'
|
|
|
|
gem 'acts_as_list', path: 'gems/acts_as_list'
|
|
|
|
gem 'adheres_to_policy', path: 'gems/adheres_to_policy'
|
2015-04-07 02:29:39 +08:00
|
|
|
gem 'attachment_fu', path: 'gems/attachment_fu'
|
|
|
|
gem 'autoextend', path: 'gems'
|
2015-04-07 00:03:44 +08:00
|
|
|
gem 'bookmarked_collection', path: 'gems/bookmarked_collection'
|
|
|
|
gem 'broadcast_policy', path: "gems/broadcast_policy"
|
|
|
|
gem 'canvas_breach_mitigation', path: 'gems/canvas_breach_mitigation'
|
|
|
|
gem 'canvas_color', path: 'gems/canvas_color'
|
|
|
|
gem 'canvas_crummy', path: 'gems/canvas_crummy'
|
|
|
|
gem 'canvas_ext', path: 'gems/canvas_ext'
|
|
|
|
gem 'canvas_http', path: 'gems/canvas_http'
|
|
|
|
gem 'canvas_kaltura', path: 'gems/canvas_kaltura'
|
|
|
|
gem 'canvas_panda_pub', path: 'gems/canvas_panda_pub'
|
|
|
|
gem 'canvas_partman', path: 'gems/canvas_partman'
|
|
|
|
gem 'event_stream', path: 'gems/event_stream'
|
|
|
|
gem 'canvas_mimetype_fu', path: 'gems/canvas_mimetype_fu'
|
|
|
|
gem 'canvas_quiz_statistics', path: 'gems/canvas_quiz_statistics'
|
|
|
|
gem 'canvas_sanitize', path: 'gems/canvas_sanitize'
|
|
|
|
gem 'canvas_slug', path: 'gems/canvas_slug'
|
|
|
|
gem 'canvas_sort', path: 'gems/canvas_sort'
|
|
|
|
gem 'canvas_stringex', path: 'gems/canvas_stringex'
|
|
|
|
gem 'canvas_text_helper', path: 'gems/canvas_text_helper'
|
|
|
|
gem 'canvas_time', path: 'gems/canvas_time'
|
|
|
|
gem 'canvas_unzip', path: 'gems/canvas_unzip'
|
|
|
|
gem 'csv_diff', path: 'gems/csv_diff'
|
|
|
|
gem 'google_docs', path: 'gems/google_docs'
|
|
|
|
gem 'google_drive', path: 'gems/google_drive'
|
|
|
|
gem 'html_text_helper', path: 'gems/html_text_helper'
|
|
|
|
gem 'incoming_mail_processor', path: 'gems/incoming_mail_processor'
|
|
|
|
gem 'json_token', path: 'gems/json_token'
|
|
|
|
gem 'linked_in', path: 'gems/linked_in'
|
|
|
|
gem 'live_events', path: 'gems/live_events'
|
|
|
|
gem 'diigo', path: 'gems/diigo'
|
|
|
|
gem 'lti_outbound', path: 'gems/lti_outbound'
|
|
|
|
gem 'multipart', path: 'gems/multipart'
|
|
|
|
gem 'paginated_collection', path: 'gems/paginated_collection'
|
|
|
|
gem 'twitter', path: 'gems/twitter'
|
|
|
|
gem 'utf8_cleaner', path: 'gems/utf8_cleaner'
|
|
|
|
gem 'workflow', path: 'gems/workflow'
|
2015-08-13 07:06:15 +08:00
|
|
|
gem 'gepub'
|