Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
paperclip-qiniu
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_common
paperclip-qiniu
Commits
5609fb48
Commit
5609fb48
authored
Feb 27, 2018
by
ifool
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Upgrade qiniu version to 6.9
parent
d9b9258b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Gemfile.lock
+2
-2
paperclip-qiniu.gemspec
+1
-1
No files found.
Gemfile.lock
View file @
5609fb48
...
...
@@ -3,7 +3,7 @@ PATH
specs:
paperclip-qiniu (0.2.0)
paperclip
qiniu (~> 6.
4.1
)
qiniu (~> 6.
9.0
)
GEM
remote: https://rubygems.org/
...
...
@@ -33,7 +33,7 @@ GEM
activesupport (>= 3.0.0)
cocaine (~> 0.5.3)
mime-types
qiniu (6.
4.1
)
qiniu (6.
9.0
)
json (~> 1.7)
mime-types (~> 2.4.3)
rest-client (~> 1.6)
...
...
paperclip-qiniu.gemspec
View file @
5609fb48
...
...
@@ -15,6 +15,6 @@ Gem::Specification.new do |gem|
gem
.
require_paths
=
[
"lib"
]
gem
.
version
=
Paperclip
::
Qiniu
::
VERSION
gem
.
add_dependency
'
paperclip
'
gem
.
add_dependency
'
qiniu
'
,
'~> 6.
4.1
'
gem
.
add_dependency
'
qiniu
'
,
'~> 6.
9.0
'
gem
.
add_development_dependency
'
rspec
'
end
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment