Skip to content

Commit d94f2b0

Browse files
authored
Fix rake run (#190)
1 parent d5d267f commit d94f2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ end
5555

5656
desc 'Run code.'
5757
task :run do
58-
sh 'cd ../.. && rails s'
58+
sh 'cd ../.. && bundle exec rails s'
5959
end
6060

6161
desc 'Lint all code.'

0 commit comments

Comments
 (0)