Skip to content

Commit f52184a

Browse files
committed
Renames module
Places rails version check after downgrading concurrent-ruby
1 parent 1bbfb69 commit f52184a

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

documentation/modules/auxiliary/gather/camaleon_traversal.md renamed to documentation/modules/auxiliary/gather/camaleon_download_private_file.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,6 @@ sudo apt install postgresql
5858

5959
~~~bash
6060
$ gem install rails -v 6.1
61-
62-
$ rails --version
63-
Rails 6.1.7.10
6461
~~~
6562

6663
#### concurrent-ruby Issue
@@ -73,6 +70,9 @@ concurrent-ruby (1.3.6)
7370

7471
$ gem install concurrent-ruby -v 1.3.4
7572
$ gem uninstall concurrent-ruby -v 1.3.6
73+
74+
$ rails --version
75+
Rails 6.1.7.10
7676
~~~
7777

7878
### Create Rails Project
File renamed without changes.

0 commit comments

Comments
 (0)