Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ gem "travis", "~> 1.8", ">= 1.8.8"

gem "codeclimate-test-reporter", group: :test, require: nil

gem "carrierwave", "~> 1.1"
gem "carrierwave", "~> 1.3"
gem "carrierwave-base64", "~> 2.5", ">= 2.5.3"

gem "simple_token_authentication", "~> 1.0"
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,17 @@ GEM
bcrypt (3.1.11)
builder (3.2.3)
byebug (10.0.2)
carrierwave (1.2.2)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
carrierwave-base64 (2.7.0)
carrierwave (>= 0.8.0)
mime-types (~> 3.0)
codeclimate-test-reporter (1.0.8)
simplecov (<= 0.13)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.8)
crass (1.0.4)
devise (4.4.3)
bcrypt (~> 3.0)
Expand Down Expand Up @@ -88,7 +89,7 @@ GEM
highline (1.7.10)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.0.1)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
json (2.1.0)
jwt (1.5.6)
Expand All @@ -104,9 +105,9 @@ GEM
mail (2.7.0)
mini_mime (>= 0.1.1)
method_source (0.9.0)
mime-types (3.1)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521)
mime-types-data (3.2020.1104)
mini_mime (1.0.0)
mini_portile2 (2.3.0)
minitest (5.11.3)
Expand Down Expand Up @@ -213,6 +214,7 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
thor (0.20.0)
thread_safe (0.3.6)
travis (1.8.8)
Expand All @@ -226,7 +228,7 @@ GEM
typhoeus (~> 0.6, >= 0.6.8)
typhoeus (0.8.0)
ethon (>= 0.8.0)
tzinfo (1.2.5)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
Expand All @@ -247,7 +249,7 @@ DEPENDENCIES
apipie-rails (~> 0.5.11)
bcrypt (~> 3.1.7)
byebug
carrierwave (~> 1.1)
carrierwave (~> 1.3)
carrierwave-base64 (~> 2.5, >= 2.5.3)
codeclimate-test-reporter
jwt (~> 1.5.6)
Expand Down