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 @@ -72,7 +72,7 @@ end
gem 'tzinfo-data', platforms: [:mingw, :mswin, :x64_mingw, :jruby]

gem "haml-rails", "~> 1.0"
gem 'carrierwave', '~> 1.0'
gem 'carrierwave', '~> 1.3'
gem 'dotenv'
gem 'yt', '~> 0.28.0'
gem 'bootstrap-sass', '~> 3.3.6'
Expand Down
17 changes: 10 additions & 7 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,11 @@ GEM
capybara-screenshot (1.0.17)
capybara (>= 1.0, < 3)
launchy
carrierwave (1.1.0)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
carrierwave-aws (1.2.0)
aws-sdk (~> 2.1)
carrierwave (>= 0.7, < 2.0)
Expand All @@ -91,7 +92,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.8)
connection_pool (2.2.1)
crack (0.4.3)
safe_yaml (~> 1.0.0)
Expand Down Expand Up @@ -129,7 +130,8 @@ GEM
httparty (0.13.7)
json (~> 1.8)
multi_xml (>= 0.5.2)
i18n (0.8.6)
i18n (0.9.5)
concurrent-ruby (~> 1.0)
i18n-js (3.0.1)
i18n (~> 0.6, >= 0.6.6)
jbuilder (2.7.0)
Expand All @@ -152,9 +154,9 @@ GEM
mime-types (>= 1.16, < 4)
metaclass (0.0.4)
method_source (0.8.2)
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)
mimemagic (0.3.2)
mini_mime (0.1.4)
mini_portile2 (2.2.0)
Expand Down Expand Up @@ -279,14 +281,15 @@ GEM
activesupport (>= 4.0)
sprockets (>= 3.0.0)
sqlite3 (1.3.13)
ssrf_filter (1.0.7)
temple (0.8.0)
thor (0.20.0)
thread_safe (0.3.6)
tilt (2.0.8)
turbolinks (5.0.1)
turbolinks-source (~> 5)
turbolinks-source (5.0.3)
tzinfo (1.2.3)
tzinfo (1.2.9)
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
Expand Down Expand Up @@ -317,7 +320,7 @@ DEPENDENCIES
byebug
capybara (~> 2.13)
capybara-screenshot
carrierwave (~> 1.0)
carrierwave (~> 1.3)
carrierwave-aws
coffee-rails (~> 4.2)
dotenv
Expand Down