Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
artemrakov committed Sep 9, 2020
1 parent f77ef30 commit a060bb8
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ end

group :development do
gem 'i18n-debug'
gem 'listen', '>= 3.0.5', '< 3.2'
gem 'listen', '~> 3.2'
gem 'rubocop'
gem 'spring'
gem 'spring-watcher-listen', '~> 2.0.0'
Expand Down
10 changes: 4 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,9 @@ GEM
railties (>= 4)
sprockets-rails
jwt (2.2.1)
listen (3.1.5)
rb-fsevent (~> 0.9, >= 0.9.4)
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.5.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
Expand Down Expand Up @@ -261,7 +260,6 @@ GEM
rack (>= 1.1)
rubocop (>= 0.72.0)
ruby-progressbar (1.10.1)
ruby_dep (1.5.0)
rubyzip (2.3.0)
sass-rails (6.0.0)
sassc-rails (~> 2.1, >= 2.1.1)
Expand Down Expand Up @@ -354,7 +352,7 @@ DEPENDENCIES
i18n-debug
jbuilder (~> 2.7)
js-routes
listen (>= 3.0.5, < 3.2)
listen (~> 3.2)
minitest-power_assert
omniauth-github
pg
Expand Down
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ services:
volumes:
- .:/app:cached
- '/tmp:/tmp'
- '/var/tmp/hexletbasics:/var/tmp/hexletbasics'
- '/var/tmp:/var/tmp'
- '/var/run/docker.sock:/var/run/docker.sock'
env_file: '.env'
depends_on:
Expand All @@ -29,7 +29,7 @@ services:
volumes:
- .:/app:cached
- '/tmp:/tmp'
- '/var/tmp/hexletbasics:/var/tmp/hexletbasics'
- '/var/tmp:/var/tmp'
- '/var/run/docker.sock:/var/run/docker.sock'
env_file: '.env'
depends_on:
Expand Down

0 comments on commit a060bb8

Please sign in to comment.