Skip to content

Commit 4caa11a

Browse files
committed
Upgrade more gems
1 parent ae215cd commit 4caa11a

File tree

2 files changed

+14
-18
lines changed

2 files changed

+14
-18
lines changed

Gemfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,6 @@ source 'https://rubygems.org'
1313
gem 'rails', '~> 5.0.0'
1414

1515
gem 'globalid', '< 0.5.0' # NOTE: remove gem after upgrading to ruby 2.5
16-
gem 'rack', '< 2.2.0' # NOTE: remove gem after upgrading to ruby 2.3
17-
gem 'rake', '~> 10.5.0' # NOTE: remove gem after upgrading rspec
1816
gem 'sprockets-rails', '< 3.3.0' # NOTE: remove gem after upgrading to ruby 2.5
1917

2018
# Databases
@@ -44,7 +42,7 @@ gem 'devise_invitable', '~> 1.5'
4442
gem 'doorkeeper', '~> 4.2.0'
4543
gem 'omniauth', '~> 1.2'
4644
gem 'omniauth-google-oauth2', '~> 0.2'
47-
gem 'recaptcha'
45+
gem 'recaptcha', '~> 4.9'
4846

4947
# Libraries
5048
gem 'aws-sdk', '~> 1.6'

Gemfile.lock

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ GEM
255255
erubis (2.7.0)
256256
et-orbi (1.2.7)
257257
tzinfo
258-
execjs (2.7.0)
258+
execjs (2.8.1)
259259
faker (1.9.1)
260260
i18n (>= 0.7)
261261
faraday (0.17.6)
@@ -264,7 +264,7 @@ GEM
264264
ffi (1.15.5)
265265
filewatcher (0.3.6)
266266
trollop (~> 2.0)
267-
fugit (1.7.2)
267+
fugit (1.8.0)
268268
et-orbi (~> 1, >= 1.2.7)
269269
raabro (~> 1.4)
270270
gherkin (5.1.0)
@@ -313,8 +313,8 @@ GEM
313313
kaminari (0.17.0)
314314
actionpack (>= 3.0.0)
315315
activesupport (>= 3.0.0)
316-
launchy (2.5.0)
317-
addressable (~> 2.7)
316+
launchy (2.5.2)
317+
addressable (~> 2.8)
318318
leaflet-rails (0.7.7)
319319
letter_opener (1.8.1)
320320
launchy (>= 2.2, < 3)
@@ -405,8 +405,8 @@ GEM
405405
public_suffix (4.0.7)
406406
puma (3.12.6)
407407
raabro (1.4.0)
408-
rack (2.1.4.1)
409-
rack-protection (2.2.2)
408+
rack (2.2.6.2)
409+
rack-protection (2.2.4)
410410
rack
411411
rack-test (0.6.3)
412412
rack (>= 1.0)
@@ -453,7 +453,7 @@ GEM
453453
execjs
454454
rails (>= 3.2)
455455
tilt
456-
recaptcha (4.9.0)
456+
recaptcha (4.14.0)
457457
json
458458
redis (3.3.5)
459459
regexp_parser (1.8.2)
@@ -493,7 +493,7 @@ GEM
493493
rspec-mocks (~> 3.9.0)
494494
rspec-support (~> 3.9.0)
495495
rspec-support (3.9.4)
496-
ruby_parser (3.19.1)
496+
ruby_parser (3.19.2)
497497
sexp_processor (~> 4.16)
498498
rubyzip (2.3.2)
499499
rufus-scheduler (3.8.2)
@@ -527,9 +527,9 @@ GEM
527527
docile (~> 1.1)
528528
simplecov-html (~> 0.11)
529529
simplecov-html (0.12.3)
530-
site_prism (3.5)
531-
addressable (~> 2.5)
532-
capybara (<= 3.29)
530+
site_prism (3.7.3)
531+
addressable (~> 2.6)
532+
capybara (~> 3.15)
533533
site_prism-all_there (>= 0.3.1, < 1.0)
534534
site_prism-all_there (0.3.2)
535535
spring (2.1.1)
@@ -550,7 +550,7 @@ GEM
550550
thor (1.2.1)
551551
thread_safe (0.3.6)
552552
tilt (2.0.11)
553-
timecop (0.9.5)
553+
timecop (0.9.6)
554554
trollop (2.9.10)
555555
ttfunk (1.6.2.1)
556556
turbolinks (2.5.4)
@@ -643,15 +643,13 @@ DEPENDENCIES
643643
pry-rescue
644644
pry-stack_explorer
645645
puma (~> 3.0)
646-
rack (< 2.2.0)
647646
rails (~> 5.0.0)
648647
rails-assets-urijs (~> 1.17.0)!
649648
rails-controller-testing
650649
rails-i18n (~> 5.0)
651-
rake (~> 10.5.0)
652650
rchardet (~> 1.6)
653651
react-rails (~> 1.3.2)
654-
recaptcha
652+
recaptcha (~> 4.9)
655653
rest-client (~> 2.1)
656654
rqrcode (~> 0.10)
657655
rspec (~> 3.3)

0 commit comments

Comments
 (0)