mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Make sure we are using a working version of thor locally
This commit is contained in:
parent
96d77ef87a
commit
059d4202de
1 changed files with 3 additions and 3 deletions
|
@ -116,7 +116,7 @@ GEM
|
|||
io-like (~> 0.3.0)
|
||||
ast (2.4.0)
|
||||
aws-eventstream (1.0.1)
|
||||
aws-partitions (1.110.0)
|
||||
aws-partitions (1.111.0)
|
||||
aws-sdk-core (3.37.0)
|
||||
aws-eventstream (~> 1.0)
|
||||
aws-partitions (~> 1.0)
|
||||
|
@ -471,7 +471,7 @@ GEM
|
|||
daemons (~> 1.0, >= 1.0.9)
|
||||
eventmachine (~> 1.0, >= 1.0.4)
|
||||
rack (>= 1, < 3)
|
||||
thor (0.20.1)
|
||||
thor (0.20.3)
|
||||
thread_safe (0.3.6)
|
||||
thread_safe (0.3.6-java)
|
||||
tilt (2.0.8)
|
||||
|
@ -573,4 +573,4 @@ DEPENDENCIES
|
|||
websocket-client-simple!
|
||||
|
||||
BUNDLED WITH
|
||||
1.16.6
|
||||
1.17.1
|
||||
|
|
Loading…
Reference in a new issue