File tree Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Expand file tree Collapse file tree 6 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ BUNDLE_SPECIFIC_PLATFORM: "false"
3
+ BUNDLE_WITH: "test"
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ commands:
28
28
brew update && xargs brew install --verbose < .circleci/.brewfile
29
29
- run :
30
30
name : Install Ruby dependencies, if neeeded
31
- command : bundle check --path vendor/bundle || bundle install --with screenshots
31
+ command : bundle check --path vendor/bundle || bundle install
32
32
- save_cache :
33
33
name : Cache Homebrew + Ruby Dependencies
34
34
key : *cache_key
Original file line number Diff line number Diff line change 24
24
- name : Install Gems
25
25
run : |
26
26
bundle config path vendor/bundle
27
- bundle install --jobs 4 --retry 3
27
+ BUNDLE_WITHOUT=test bundle install --jobs 4 --retry 3
28
28
29
29
- name : Run Danger
30
30
run : bundle exec danger
Original file line number Diff line number Diff line change 5
5
.idea
6
6
7
7
# Ruby / Bundler
8
- .bundle /
9
8
vendor /bundle
10
9
11
10
# Fastlane
Original file line number Diff line number Diff line change 39
39
* Fix the way versioning is handled for alphas – i.e. ` version.properties ` is indexed by flavor name, defaulting to ` zalpha ` for alphas. [ #283 ]
40
40
* Fixed an issue in ` check_translation_progress ` where a wrong evaluation of the progress is possible when there are Waiting string in GlotPress.
41
41
42
+ ### Internal Changes
43
+
44
+ * Opt-out from installing platform-specific gems with Bundler [ #293 ]
42
45
43
46
## 1.3.0
44
47
Original file line number Diff line number Diff line change 260
260
method_source (0.9.2 )
261
261
mini_magick (4.11.0 )
262
262
mini_mime (1.1.0 )
263
+ mini_portile2 (2.5.3 )
263
264
minitest (5.14.4 )
264
265
molinillo (0.6.6 )
265
266
multi_json (1.15.0 )
269
270
naturally (2.2.1 )
270
271
netrc (0.11.0 )
271
272
no_proxy_fix (0.1.2 )
272
- nokogiri (1.11.7-x86_64-darwin )
273
+ nokogiri (1.11.7 )
274
+ mini_portile2 (~> 2.5.0 )
273
275
racc (~> 1.4 )
274
276
octokit (4.21.0 )
275
277
faraday (>= 0.9 )
@@ -415,4 +417,4 @@ DEPENDENCIES
415
417
yard
416
418
417
419
BUNDLED WITH
418
- 2.2.24
420
+ 2.2.25
You can’t perform that action at this time.
0 commit comments