Skip to content

Commit

Permalink
Updated gems
Browse files Browse the repository at this point in the history
  • Loading branch information
tzumby committed Nov 26, 2018
1 parent 288c516 commit 7f92940
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ gem 'tzinfo-data'
gem 'bootstrap', '~> 4.0.0.beta2.1'
gem 'jquery-rails'

gem "sprockets", ">= 3.7.2"

# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '~> 5.1.1'
# Use postgresql as the database for Active Record
Expand Down
9 changes: 5 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ GEM
coffee-script-source
execjs
coffee-script-source (1.12.2)
concurrent-ruby (1.0.5)
concurrent-ruby (1.1.3)
connection_pool (2.2.1)
crass (1.0.2)
devise (4.3.0)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
popper_js (1.12.5)
public_suffix (3.0.1)
puma (3.10.0)
rack (2.0.3)
rack (2.0.6)
rack-protection (2.0.0)
rack
rack-test (0.7.0)
Expand Down Expand Up @@ -174,7 +174,7 @@ GEM
spring-watcher-listen (2.0.1)
listen (>= 2.7, < 4.0)
spring (>= 1.2, < 3.0)
sprockets (3.7.1)
sprockets (3.7.2)
concurrent-ruby (~> 1.0)
rack (> 1, < 3)
sprockets-rails (3.2.1)
Expand Down Expand Up @@ -226,10 +226,11 @@ DEPENDENCIES
sidekiq
spring
spring-watcher-listen (~> 2.0.0)
sprockets (>= 3.7.2)
turbolinks (~> 5)
tzinfo-data
uglifier (>= 1.3.0)
web-console (>= 3.3.0)

BUNDLED WITH
1.15.4
1.16.4

0 comments on commit 7f92940

Please sign in to comment.