This website requires JavaScript.
Explore
Help
Sign In
ylqjgm
/
canvas-lms
mirror of
https://github.com/instructure/canvas-lms.git
Watch
1
Star
0
Fork
You've already forked canvas-lms
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3a2ddb89fe
canvas-lms
/
Gemfile.d
/
sqlite.rb
4 lines
46 B
Ruby
Raw
Normal View
History
Unescape
Escape
partition Gemfile this is a proof-of-concept to see if partitioning our Gemfile helps more than it hurts. It's modeled after the way the Squash team handles its dependencies this doesn't implement any of the particularly nice things that can be found in the Squash set up, such as conditionally loading gems based on the contents of our configuration files (we can already sort of do this with groups in bundler), but it's a start. In particular, it allows us to add non-OSS gems to Gemfile.d without necessarily having to release it as part of our open-source packaging Change-Id: If7ff1fe97409de4cd09867ad5be1c4134c5d0117 Reviewed-on: https://gerrit.instructure.com/32442 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Nick Cloward <ncloward@instructure.com> Product-Review: Anthus Williams <awilliams@instructure.com> QA-Review: Anthus Williams <awilliams@instructure.com>
2014-03-27 06:41:23 +08:00
group
:sqlite
do
allow ruby master to run with scary warning sometimes it's needed to debug stuff in 2.1, cause it fixes SystemStackError bundler doesn't support it yet, so we have to use conditionals instead of platform options Change-Id: I88614634d24f36d7c18c999c1dc65eb91df65a32 Reviewed-on: https://gerrit.instructure.com/37010 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Jon Jensen <jon@instructure.com> Product-Review: Cody Cutrer <cody@instructure.com> QA-Review: Cody Cutrer <cody@instructure.com>
2014-06-27 10:01:55 +08:00
gem
'sqlite3'
,
'1.3.9'
partition Gemfile this is a proof-of-concept to see if partitioning our Gemfile helps more than it hurts. It's modeled after the way the Squash team handles its dependencies this doesn't implement any of the particularly nice things that can be found in the Squash set up, such as conditionally loading gems based on the contents of our configuration files (we can already sort of do this with groups in bundler), but it's a start. In particular, it allows us to add non-OSS gems to Gemfile.d without necessarily having to release it as part of our open-source packaging Change-Id: If7ff1fe97409de4cd09867ad5be1c4134c5d0117 Reviewed-on: https://gerrit.instructure.com/32442 Tested-by: Jenkins <jenkins@instructure.com> Reviewed-by: Nick Cloward <ncloward@instructure.com> Product-Review: Anthus Williams <awilliams@instructure.com> QA-Review: Anthus Williams <awilliams@instructure.com>
2014-03-27 06:41:23 +08:00
end