diff --git a/Gemfile b/Gemfile index ce719de8..d5a2660b 100644 --- a/Gemfile +++ b/Gemfile @@ -20,21 +20,23 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. -gem 'zip-zip' -gem 'simple_enum' -gem 'uuidtools' -gem 'dalli' -gem 'active_record_union' +source 'https://rubygems.org' do + gem 'zip-zip' + gem 'simple_enum' + gem 'uuidtools' + gem 'dalli' + gem 'active_record_union' -# Redmine extensions -unless %w(easyproject easy_gantt).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) } - gem 'redmine_extensions', '~> 0.3.9' - gem 'rubyzip', '>= 1.1.3' + # Redmine extensions + unless %w(easyproject easy_gantt).any? { |plugin| Dir.exist?(File.expand_path("../../#{plugin}", __FILE__)) } + gem 'redmine_extensions', '~> 0.3.9' + gem 'rubyzip', '>= 1.1.3' + end + + # Dav4Rack + gem 'ox' + + group :test do + gem 'rails-controller-testing' + end end - -# Dav4Rack -gem 'ox' - -group :test do - gem 'rails-controller-testing' -end \ No newline at end of file