File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -16,3 +16,4 @@ spec/reports
16
16
test /tmp
17
17
test /version_tmp
18
18
tmp
19
+ .ruby-version
Original file line number Diff line number Diff line change 6
6
snippet of code inserted into generated binstubs just after Spring is
7
7
set up. #329 - @merhard
8
8
* Change monkey-patched ` Kernel.raise ` from public to private (to match default Ruby behavior) #351 - @mattbrictson
9
+ * Let application_id also respect RUBY_VERSION for the use case of switching between Ruby versions for a given Rails app - @methodmissing
9
10
10
11
## 1.1.3
11
12
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ def tmp_path
38
38
end
39
39
40
40
def application_id
41
- Digest ::MD5 . hexdigest ( project_root . to_s )
41
+ Digest ::MD5 . hexdigest ( RUBY_VERSION + project_root . to_s )
42
42
end
43
43
44
44
def socket_path
You can’t perform that action at this time.
0 commit comments