Skip to content

Commit

Permalink
checking with bundler
Browse files Browse the repository at this point in the history
  • Loading branch information
waridrox committed Jul 13, 2021
1 parent ad03ecd commit ba67e49
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ group :assets do
# See https://github.com/sstephenson/execjs#readme for more supported runtimes
# gem 'therubyracer', :platforms => :ruby

gem 'uglifier', '~> 2.6.1'
gem 'uglifier', '~> 2.7'
end

group :test do
Expand Down Expand Up @@ -57,6 +57,7 @@ gem 'protected_attributes_continued', '~> 1.8.1'
gem 'ruby-openid'

gem 'rack-offline', '>= 0.6.4'
gem 'bundler', '1.17.3'

# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'
Expand Down
5 changes: 3 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ GEM
thread_safe (0.3.6)
tzinfo (1.2.7)
thread_safe (~> 0.1)
uglifier (2.6.1)
uglifier (2.7.2)
execjs (>= 0.3.0)
json (>= 1.8.0)
unicode-display_width (2.0.0)
Expand All @@ -232,6 +232,7 @@ PLATFORMS

DEPENDENCIES
bootsnap (~> 1.7.5)
bundler (= 1.17.3)
capybara
font-awesome-rails
jquery-rails
Expand Down Expand Up @@ -260,7 +261,7 @@ DEPENDENCIES
skylight
terrapin (~> 0.6.0)
tzinfo (~> 1.1)
uglifier (~> 2.6.1)
uglifier (~> 2.7)
will_paginate (~> 3.3.0)
will_paginate-bootstrap (~> 1.0.2)

Expand Down

0 comments on commit ba67e49

Please sign in to comment.