Skip to content

Commit fc3846e

Browse files
committed
Fix dev
1 parent ad1952a commit fc3846e

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

Dockerfile.dev

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
FROM railscollab
2+
ARG DEBIAN_FRONTEND=noninteractive
3+
RUN apt-get update && apt-get install nano

lib/railscollab_extras.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
# along with this program. If not, see <http://www.gnu.org/licenses/>.
1818
#++
1919

20+
module RailscollabExtras
21+
end
22+
2023
class String
2124
def twist(twister)
2225
return self if self.length != twister.length

0 commit comments

Comments
 (0)