Skip to content

Commit ec3697f

Browse files
authored
Merge pull request #2170 from codebar/dependabot/bundler/faker-3.5.1
Bump faker from 3.2.3 to 3.5.1
2 parents 0386f6f + bcd37c6 commit ec3697f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ GEM
133133
execjs
134134
coffee-script-source (1.12.2)
135135
commonmarker (0.23.10)
136-
concurrent-ruby (1.3.4)
136+
concurrent-ruby (1.3.5)
137137
crass (1.0.6)
138138
css_parser (1.14.0)
139139
addressable
@@ -160,7 +160,7 @@ GEM
160160
erubi (1.13.1)
161161
execjs (2.10.0)
162162
fabrication (2.31.0)
163-
faker (3.2.3)
163+
faker (3.5.1)
164164
i18n (>= 1.8.11, < 2)
165165
faraday (2.9.0)
166166
faraday-net_http (>= 2.0, < 3.2)
@@ -185,7 +185,7 @@ GEM
185185
hashie (5.0.0)
186186
high_voltage (3.1.2)
187187
htmlentities (4.3.4)
188-
i18n (1.14.6)
188+
i18n (1.14.7)
189189
concurrent-ruby (~> 1.0)
190190
icalendar (2.10.3)
191191
ice_cube (~> 0.16)

config/boot.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
22

33
require "bundler/setup" # Set up gems listed in the Gemfile.
4+
require "logger" # Fix concurrent-ruby removing logger dependency which Rails itself does not have
45
require "bootsnap/setup" # Speed up boot time by caching expensive operations.

0 commit comments

Comments
 (0)