Skip to content
This repository was archived by the owner on Jun 21, 2022. It is now read-only.
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 @@ -64,7 +64,7 @@ gem 'geocoder', '~> 1.5' # geocoding
gem 'underscore-rails', '~> 1.8', '>= 1.8.3' # js lib
gem 'whenever', '~> 0.9.7' # schedule
gem 'rabl', '~> 0.13.1' # generowanie json
gem 'carrierwave', '~> 1.2', '>= 1.2.3' # upload
gem 'carrierwave', '~> 1.3' # upload
gem 'rmagick', '~> 2.16' # images
gem 'mini_magick', '~> 4.10.1' # images
gem 'httparty', '~> 0.16.2' # scaping
Expand Down
16 changes: 9 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,11 @@ GEM
sassc-rails (>= 2.0.0)
builder (3.2.4)
byebug (11.1.1)
carrierwave (1.3.1)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
chronic (0.10.2)
coffee-rails (5.0.0)
coffee-script (>= 2.2.0)
Expand All @@ -65,7 +66,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.1.6)
concurrent-ruby (1.1.8)
crass (1.0.6)
devise (4.7.1)
bcrypt (~> 3.0)
Expand All @@ -89,7 +90,7 @@ GEM
httparty (0.16.4)
mime-types (~> 3.0)
multi_xml (>= 0.5.2)
i18n (1.8.2)
i18n (1.8.8)
concurrent-ruby (~> 1.0)
jbuilder (2.10.0)
activesupport (>= 5.0.0)
Expand All @@ -114,12 +115,12 @@ GEM
method_source (1.0.0)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2019.1009)
mime-types-data (3.2020.1104)
mimemagic (0.3.4)
mini_magick (4.10.1)
mini_mime (1.0.2)
mini_portile2 (2.4.0)
minitest (5.14.0)
minitest (5.14.3)
multi_xml (0.6.0)
netrc (0.11.0)
nio4r (2.5.2)
Expand Down Expand Up @@ -206,13 +207,14 @@ GEM
actionpack (>= 4.0)
activesupport (>= 4.0)
sprockets (>= 3.0.0)
ssrf_filter (1.0.7)
thor (1.0.1)
thread_safe (0.3.6)
tilt (2.0.10)
turbolinks (5.2.1)
turbolinks-source (~> 5.2)
turbolinks-source (5.2.0)
tzinfo (1.2.6)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (4.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -242,7 +244,7 @@ PLATFORMS
DEPENDENCIES
bootstrap (~> 4.4, >= 4.4.1)
byebug
carrierwave (~> 1.2, >= 1.2.3)
carrierwave (~> 1.3)
coffee-rails (~> 5.0.0)
devise (~> 4.7.1)
font-awesome-rails (~> 4.7, >= 4.7.0.2)
Expand Down