Commit
69c9f5e562914953f318db0a033aca2cd52262d6
Exists in
master
and in
14 other branches
1.2+SPB2, 2_split_by_role, api_pagination, article_hit_count, checkbox_to_user_can_edit_page, communities_ratings, communities_ratings_moderation, community_ratings_rebase, fix_cloned_article_parent, fix_gallery_image_url, fix_user_email_validation, notification_plugin, notification_plugin_rebase, split_by_role
Fix dependencies load on spaminator and stoa
1
| require 'rubygems' |
1
| require 'rubygems' |
2
| -require 'progressbar' |
| |
3
| require 'benchmark' |
2
| require 'benchmark' |
1
| gem 'sinatra' |
1
| gem 'sinatra' |
| |
2
| + |
| |
3
| +group :test do |
| |
4
| + gem 'sqlite3' |
| |
5
| +end |