Skip to content

Commit

Permalink
Update UI-related dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
joe4dev committed Jul 9, 2017
1 parent f4bf358 commit fa76c54
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 22 deletions.
14 changes: 7 additions & 7 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,18 +26,18 @@ gem 'devise', '~> 3.5' # Authentication
# Migration from LESS to SASS is required to drop this dependency
gem 'therubyracer', '~> 0.12.3', platforms: :ruby
gem 'less-rails', '~> 2.8'
gem 'uglifier', '>= 1.3.0'
gem 'uglifier', '~> 3.2'
gem 'jquery-rails'
gem 'coffee-rails', '~> 4.1.1'
gem 'coffee-rails', '~> 4.2', '>= 4.2.2'
gem 'turbolinks'
gem 'jquery-turbolinks'
gem 'jbuilder', '~> 2.4'
gem 'jbuilder', '~> 2.7'

## UI
gem 'font-awesome-rails', '~> 4.5.0.1'
gem 'will_paginate', '~> 3.1.0'
gem 'bootstrap-will_paginate', '~> 0.0.10'
gem 'simple_form', '~> 3.2.1'
gem 'font-awesome-rails', '~> 4.7', '>= 4.7.0.2'
gem 'will_paginate', '~> 3.1', '>= 3.1.6'
gem 'bootstrap-will_paginate', '~> 1.0'
gem 'simple_form', '~> 3.5'
gem 'data-confirm-modal', '~> 1.3'

# Admin
Expand Down
30 changes: 15 additions & 15 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ GEM
rack (>= 0.9.0)
binding_of_caller (0.7.2)
debug_inspector (>= 0.0.1)
bootstrap-will_paginate (0.0.11)
bootstrap-will_paginate (1.0.0)
will_paginate
builder (3.2.3)
byebug (9.0.6)
Expand All @@ -59,9 +59,9 @@ GEM
xpath (~> 2.0)
chronic (0.10.2)
coderay (1.1.1)
coffee-rails (4.1.1)
coffee-rails (4.2.2)
coffee-script (>= 2.2.0)
railties (>= 4.0.0, < 5.1.x)
railties (>= 4.0.0)
coffee-script (2.4.1)
coffee-script-source
execjs
Expand Down Expand Up @@ -106,8 +106,8 @@ GEM
faker (1.7.3)
i18n (~> 0.5)
ffi (1.9.18)
font-awesome-rails (4.5.0.1)
railties (>= 3.2, < 5.1)
font-awesome-rails (4.7.0.2)
railties (>= 3.2, < 5.2)
foreman (0.84.0)
thor (~> 0.19.1)
formatador (0.2.5)
Expand Down Expand Up @@ -270,9 +270,9 @@ GEM
ruby_dep (1.5.0)
shellany (0.0.1)
silencer (1.0.1)
simple_form (3.2.1)
actionpack (> 4, < 5.1)
activemodel (> 4, < 5.1)
simple_form (3.5.0)
actionpack (> 4, < 5.2)
activemodel (> 4, < 5.2)
simplecov (0.14.1)
docile (~> 1.1.0)
json (>= 1.8, < 3)
Expand Down Expand Up @@ -326,9 +326,9 @@ PLATFORMS
DEPENDENCIES
better_errors
binding_of_caller
bootstrap-will_paginate (~> 0.0.10)
bootstrap-will_paginate (~> 1.0)
capybara (~> 2.14, >= 2.14.4)
coffee-rails (~> 4.1.1)
coffee-rails (~> 4.2, >= 4.2.2)
cron2english (~> 0.1.6)
data-confirm-modal (~> 1.3)
database_cleaner (~> 1.6, >= 1.6.1)
Expand All @@ -338,13 +338,13 @@ DEPENDENCIES
enumerize (~> 2.1, >= 2.1.2)
factory_girl_rails (~> 4.8)
faker
font-awesome-rails (~> 4.5.0.1)
font-awesome-rails (~> 4.7, >= 4.7.0.2)
foreman (~> 0.84.0)
fuubar
guard
guard-livereload
guard-rspec
jbuilder (~> 2.4)
jbuilder (~> 2.7)
jquery-rails
jquery-turbolinks
launchy
Expand All @@ -361,18 +361,18 @@ DEPENDENCIES
rspec-its
rspec-rails (~> 3.6)
silencer (~> 1.0, >= 1.0.1)
simple_form (~> 3.2.1)
simple_form (~> 3.5)
simplecov
spring
spring-commands-rspec
sqlite3
therubyracer (~> 0.12.3)
thin
turbolinks
uglifier (>= 1.3.0)
uglifier (~> 3.2)
unicorn
whenever (~> 0.9.7)
will_paginate (~> 3.1.0)
will_paginate (~> 3.1, >= 3.1.6)
yard

RUBY VERSION
Expand Down

0 comments on commit fa76c54

Please sign in to comment.