File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 133
133
execjs
134
134
coffee-script-source (1.12.2 )
135
135
commonmarker (0.23.10 )
136
- concurrent-ruby (1.3.4 )
136
+ concurrent-ruby (1.3.5 )
137
137
crass (1.0.6 )
138
138
css_parser (1.14.0 )
139
139
addressable
160
160
erubi (1.13.1 )
161
161
execjs (2.10.0 )
162
162
fabrication (2.31.0 )
163
- faker (3.2.3 )
163
+ faker (3.5.1 )
164
164
i18n (>= 1.8.11 , < 2 )
165
165
faraday (2.9.0 )
166
166
faraday-net_http (>= 2.0 , < 3.2 )
185
185
hashie (5.0.0 )
186
186
high_voltage (3.1.2 )
187
187
htmlentities (4.3.4 )
188
- i18n (1.14.6 )
188
+ i18n (1.14.7 )
189
189
concurrent-ruby (~> 1.0 )
190
190
icalendar (2.10.3 )
191
191
ice_cube (~> 0.16 )
Original file line number Diff line number Diff line change 1
1
ENV [ 'BUNDLE_GEMFILE' ] ||= File . expand_path ( '../Gemfile' , __dir__ )
2
2
3
3
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
4
5
require "bootsnap/setup" # Speed up boot time by caching expensive operations.
You can’t perform that action at this time.
0 commit comments