Skip to content

Commit a3ba4b7

Browse files
authored
Update Node.JS and Ruby Dependencies (#617)
* Gemfile[.lock]: Update rails to 5.2.4.2 Also update its dependencies, as required. * Gemfile[.lock]: Update grape and grape-swagger Also update their dependencies, as needed. * Gemfile[.lock]: Update activeadmin * Gemfile: Pin sprockets to "< 4" The 4.x major version upgrade requires some configuration changes. Pinning keeps the app from breaking when doing `bundle update`. * Gemfile.lock: Update all packages * yarn.lock: Update all packages
1 parent 15fe9f7 commit a3ba4b7

File tree

3 files changed

+1777
-1656
lines changed

3 files changed

+1777
-1656
lines changed

Gemfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
source 'https://rubygems.org'
22
ruby '2.5.8'
33

4-
gem 'rails', '5.2.2.1'
4+
gem 'rails', '5.2.4.2'
55

6-
gem 'activeadmin', '~> 1.4.1'
6+
gem 'activeadmin', '~> 2.1'
77
gem 'bootsnap', require: false
88
gem 'bootstrap-sass', '>= 3.4.1'
99
gem 'bugsnag'
1010
gem 'coffee-rails', '~> 4.2'
1111
gem 'country_select'
1212
gem 'devise', '~> 4.6'
1313
gem 'geocoder', '~> 1.2.1'
14-
gem 'grape', '1.1'
15-
gem 'grape-swagger', '~> 0.31'
14+
gem 'grape', '~> 1.3.0'
15+
gem 'grape-swagger'
1616
gem 'grape-kaminari'
1717
gem 'haml'
1818
gem 'high_voltage', '~> 3.0.0'
@@ -29,6 +29,7 @@ gem 'rack-jsonp'
2929
gem 'rakismet'
3030
gem 'sassc-rails'
3131
gem 'simple_form', '~> 5.0'
32+
gem 'sprockets', '< 4'
3233
gem 'turbolinks'
3334
gem 'uglifier', '>= 1.3.0'
3435
gem 'webpacker', '~> 4'

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy