Skip to content

Commit bb7aad9

Browse files
committed
update
1 parent a69fddc commit bb7aad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/snyk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Configure Bundler for development
3838
run: |
3939
bundle config set without 'staging production'
40-
bundle config unset deployment # eemaldab frozen režiimi
40+
bundle config unset deployment # remove frozen mode
4141
4242
- name: Setup database
4343
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- name: Update Gemfile.lock
5151
run: |
5252
bundle install
53-
bundle update # uuendab kõik gemid vastavalt Gemfile-le
53+
bundle update # update all gems according to Gemfile
5454
5555
- name: Run tests to ensure everything works
5656
run: bundle exec rails test

0 commit comments

Comments
 (0)