Skip to content

Commit

Permalink
Updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
larry482gr committed Mar 12, 2021
1 parent 13adedb commit 5345873
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 38 deletions.
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
source 'https://rubygems.org'

ruby '2.4.4'
# ruby '2.4.4'

# Use SCSS for stylesheets
# gem 'sass'
# gem 'sass-rails', '~> 5.0'
gem 'sassc'
gem 'sassc-rails'
gem 'bootstrap-sass', '~> 3.3.5'
gem 'bootstrap-sass', '~> 3.4.1'

# Use Uglifier as compressor for JavaScript assets
gem 'uglifier', '>= 1.3.0'
Expand Down Expand Up @@ -53,13 +53,13 @@ gem 'rails-observers'
gem 'cashier', '~> 0.4.1'

# File uploads
gem 'carrierwave'
gem 'carrierwave', '>= 1.3.2'

# Encode/Decode HTML Entities
gem 'htmlentities'

# Pagination
gem 'kaminari'
gem 'kaminari', '>= 1.2.1'

# Image Resize
gem 'mini_magick', require: 'mini_magick'
Expand Down Expand Up @@ -151,8 +151,8 @@ end

group :development, :production do
# At the moment newer versions of this gem does not work with Rails 4.2.4
gem 'mysql2', '~> 0.3.20'
gem 'puma'
gem 'mysql2', '~> 0.5.3'
gem 'puma', '>= 3.12.4'

gem 'rack-cache'
end
Expand Down
57 changes: 25 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ GEM
rake (>= 10.4, < 13.0)
arel (6.0.4)
ast (2.4.0)
autoprefixer-rails (9.3.1)
autoprefixer-rails (10.2.4.0)
execjs
axiom-types (0.1.1)
descendants_tracker (~> 0.0.4)
Expand All @@ -77,9 +77,9 @@ GEM
bcrypt (3.1.12)
binding_of_caller (0.8.0)
debug_inspector (>= 0.0.1)
bootstrap-sass (3.3.7)
bootstrap-sass (3.4.1)
autoprefixer-rails (>= 5.2.1)
sass (>= 3.3.4)
sassc (>= 2.0.0)
bootstrap-switch-rails (3.3.4)
bson (4.3.0)
builder (3.2.3)
Expand Down Expand Up @@ -117,10 +117,11 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (~> 1.2)
xpath (~> 3.2)
carrierwave (1.2.3)
carrierwave (1.3.2)
activemodel (>= 4.0.0)
activesupport (>= 4.0.0)
mime-types (>= 1.16)
ssrf_filter (~> 1.0)
cashier (0.4.1)
ci_reporter (2.0.0)
builder (>= 2.1.2)
Expand Down Expand Up @@ -239,18 +240,18 @@ GEM
railties (>= 3.1.0)
turbolinks
json (1.8.6)
kaminari (1.1.1)
kaminari (1.2.1)
activesupport (>= 4.1.0)
kaminari-actionview (= 1.1.1)
kaminari-activerecord (= 1.1.1)
kaminari-core (= 1.1.1)
kaminari-actionview (1.1.1)
kaminari-actionview (= 1.2.1)
kaminari-activerecord (= 1.2.1)
kaminari-core (= 1.2.1)
kaminari-actionview (1.2.1)
actionview
kaminari-core (= 1.1.1)
kaminari-activerecord (1.1.1)
kaminari-core (= 1.2.1)
kaminari-activerecord (1.2.1)
activerecord
kaminari-core (= 1.1.1)
kaminari-core (1.1.1)
kaminari-core (= 1.2.1)
kaminari-core (1.2.1)
launchy (2.4.3)
addressable (~> 2.3)
loofah (2.2.3)
Expand Down Expand Up @@ -282,10 +283,11 @@ GEM
rspec (~> 3.3)
multi_json (1.13.1)
multi_test (0.1.2)
mysql2 (0.3.21)
mysql2 (0.5.3)
net-scp (1.2.1)
net-ssh (>= 2.6.5)
net-ssh (5.0.2)
nio4r (2.5.7)
nokogiri (1.8.5)
mini_portile2 (~> 2.3.0)
non-stupid-digest-assets (1.0.9)
Expand All @@ -298,7 +300,8 @@ GEM
path_expander (1.0.3)
powerpack (0.1.2)
public_suffix (3.0.3)
puma (3.12.0)
puma (5.2.2)
nio4r (~> 2.0)
quiet_assets (1.1.0)
railties (>= 3.1, < 5.0)
rack (1.6.10)
Expand Down Expand Up @@ -334,9 +337,6 @@ GEM
thor (>= 0.18.1, < 2.0)
rainbow (3.0.0)
rake (12.3.1)
rb-fsevent (0.10.3)
rb-inotify (0.9.10)
ffi (>= 0.5.0, < 2)
rdoc (4.3.0)
recaptcha (4.13.0)
json
Expand Down Expand Up @@ -399,11 +399,6 @@ GEM
tty-which (~> 0.3.0)
virtus (~> 1.0)
rubyzip (1.2.2)
sass (3.6.0)
sass-listen (~> 4.0.0)
sass-listen (4.0.0)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
sassc (2.0.0)
ffi (~> 1.9.6)
rake
Expand Down Expand Up @@ -440,6 +435,7 @@ GEM
sshkit (1.18.0)
net-scp (>= 1.1.2)
net-ssh (>= 2.8.0)
ssrf_filter (1.0.7)
terminal-notifier (2.0.0)
thor (0.20.0)
thread_safe (0.3.6)
Expand Down Expand Up @@ -485,7 +481,7 @@ DEPENDENCIES
axlsx_rails
bcrypt (~> 3.1.7)
binding_of_caller
bootstrap-sass (~> 3.3.5)
bootstrap-sass (~> 3.4.1)
bootstrap-switch-rails
byebug
capistrano (~> 3.2.1)
Expand All @@ -498,7 +494,7 @@ DEPENDENCIES
capistrano3-delayed-job (~> 1.0)
capistrano3-puma
capybara
carrierwave
carrierwave (>= 1.3.2)
cashier (~> 0.4.1)
ci_reporter_rspec
coffee-rails (~> 4.1.0)
Expand All @@ -518,16 +514,16 @@ DEPENDENCIES
jbuilder (~> 2.0)
jquery-rails
jquery-turbolinks
kaminari
kaminari (>= 1.2.1)
launchy
migration_comments
mini_magick
momentjs-rails
mongoid (~> 5.0.0)
mongoid-rspec (= 3.0.0)
mysql2 (~> 0.3.20)
mysql2 (~> 0.5.3)
non-stupid-digest-assets
puma
puma (>= 3.12.4)
quiet_assets
rack-cache
rails-observers
Expand All @@ -553,8 +549,5 @@ DEPENDENCIES
uuidtools
web-console (~> 2.1.3)

RUBY VERSION
ruby 2.4.4p296

BUNDLED WITH
1.16.1
1.17.2

0 comments on commit 5345873

Please sign in to comment.