Skip to content

Commit

Permalink
Merge pull request #5 from j-omine/master
Browse files Browse the repository at this point in the history
slimへ乗り換え
  • Loading branch information
mikosu3 authored Dec 8, 2018
2 parents 6dd54e2 + 6b79c95 commit d3b30f3
Show file tree
Hide file tree
Showing 284 changed files with 2,809 additions and 4,770 deletions.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
--require spec_helper
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.5.1
15 changes: 11 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,17 +69,21 @@ gem 'auto_strip_attributes'
gem 'jquery-turbolinks'

gem 'record_tag_helper'
gem 'slim-rails'

#source 'http://rails-assets.org' do
# gem 'rails-assets-bootstrap-fileinput', '~> 2.5.0'
#end

group :development, :test do
gem 'rspec-rails'
end
gem 'ridgepole'

group :development, :test do
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
gem 'rspec-rails'
gem 'factory_bot_rails'
gem 'spring-commands-rspec'
gem 'rails-controller-testing'
gem 'rubocop-rspec'
gem 'capybara'
gem 'byebug'
end

Expand All @@ -91,5 +95,8 @@ group :development do
gem 'spring'

gem 'listen'
gem 'pry-rails'

gem 'annotate', git: 'git://github.com/ctran/annotate_models.git'
end

Loading

0 comments on commit d3b30f3

Please sign in to comment.