Skip to content

Commit 7b6020b

Browse files
committed
added app renamer
1 parent 91e7f82 commit 7b6020b

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Gemfile

+1
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ group :development, :test do
3737
gem 'rails-controller-testing' # If you are using Rails 5.x
3838
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
3939
gem 'byebug', platforms: [:mri, :mingw, :x64_mingw]
40+
gem 'rename'
4041
end
4142

4243
group :development do

Gemfile.lock

+5
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,10 @@ GEM
116116
rb-fsevent (0.10.3)
117117
rb-inotify (0.9.10)
118118
ffi (>= 0.5.0, < 2)
119+
rename (1.0.6)
120+
activesupport
121+
rails (>= 3.0.0)
122+
thor (>= 0.19.1)
119123
rspec-core (3.8.0)
120124
rspec-support (~> 3.8.0)
121125
rspec-expectations (3.8.2)
@@ -172,6 +176,7 @@ DEPENDENCIES
172176
puma (~> 3.11)
173177
rails (~> 5.2.1)
174178
rails-controller-testing
179+
rename
175180
rspec-rails
176181
shoulda-matchers (= 4.0.0.rc1)
177182
spring

0 commit comments

Comments
 (0)