Mordorreal / redmine_document_library_gdrive

Redmine plugin that add option to Redmine to store any files in issues in Gdrive. You can restrict access per tracker. You need only one Gdrive account and you can manage access to files from Gdrive interface.
GNU General Public License v3.0
10 stars 2 forks source link

Conflict version jwt #5

Open mjmoralesg opened 8 years ago

mjmoralesg commented 8 years ago

Bundler could not find compatible versions for gem "jwt": In Gemfile: jwt (~> 0.1.5)

google-api-client (~> 0.7.1) was resolved to 0.7.1, which depends on
  jwt (>= 0.1.5)

google_calendar (~> 0.5.1) was resolved to 0.5.1, which depends on
  signet (~> 0.6) was resolved to 0.6.0, which depends on
    jwt (~> 1.0)

This in Bundle Install

Mordorreal commented 8 years ago

I unlocked jwt version. Please try to bundle again

mjmoralesg commented 8 years ago

[!] There was an error parsing Gemfile: [!] There was an error parsing Gemfile: Illformed requirement ["^0.2.6"]. Bundler cannot continue.

from /usr/share/redmine/plugins/redmine_document_library_gdrive/Gemfile:1

-------------------------------------------

gem 'omniauth-google-oauth2', '^0.2.6'

gem 'google-api-client', '^0.7.1'

-------------------------------------------

. Bundler cannot continue.

from /usr/share/redmine/Gemfile:118

-------------------------------------------

Dir.glob File.expand_path("../plugins/*/{Gemfile,PluginGemfile}", FILE) do |file|

eval_gemfile file

end

-------------------------------------------

Mordorreal commented 8 years ago

Sorry, fix to format that bundle like.

mjmoralesg commented 8 years ago

When I make plugins configuration has the following bug already reported .

image

This consultation when making a request

image

The environment in which I am working is as follows:

root@testlink:/usr/share/redmine# bundle show Gems included by the bundle:

root@testlink:/usr/share/redmine# rails -v Rails 4.2.5.2

root@testlink:/usr/share/redmine# ruby -v ruby 2.1.8p440 (2015-12-16 revision 53160) [x86_64-linux-gnu]

Environment: Redmine version 3.2.2.stable Ruby version 2.1.8-p440 (2015-12-16) [x86_64-linux-gnu] Rails version 4.2.5.2 Environment production Database adapter Mysql2 SCM: Subversion 1.8.8 Git 1.9.1 Filesystem
Redmine plugins: a_common_libs 2.1.8 accept 0.0.1 advanced_roadmap_v2 2.4.3 ajax_counters 1.4.0 clipboard_image_paste 1.10 computed_custom_field 0.0.6 gantt_extension 0.2 gantt_on_issue_tree 1.0 global_roles 2.1.0 redmine_activity_report 1.2.5 redmine_backlogs v1.0.6 redmine_bootstrap_kit 0.2.4 redmine_checklists 3.1.3 redmine_ckeditor 1.1.3 redmine_dashboard 2.7.1 redmine_dmsf 1.5.6 redmine_document_library_gdrive 0.1.0 redmine_gc_sync 1.0.0 redmine_importer 1.2.2 redmine_issue_evm 3.5.7 redmine_issue_tabs 1.1.1 redmine_jenkins 1.0.1 redmine_monitoring_controlling 0.1.1 redmine_omniauth_google 0.0.1 redmine_percent_done 1.0.0 redmine_print_issue 1.0.2 redmine_schedules 0.6.0 redmine_tagging 0.1.3 redmine_wiki_lists 0.0.6 redmine_work_time 0.3.2 redmine_workflow_enhancements 0.5.0 subtask_columns 0.0.3 unread_issues 2.0.0 usability 2.1.2

Mordorreal commented 8 years ago

Can't reproduce. Update redmine to latest version and retest.