Skip to content
This repository was archived by the owner on Mar 19, 2020. It is now read-only.

Commit 099d357

Browse files
author
Yuma Soga
committed
Move old folder old one and Update Gemfile
1 parent a4a0cf2 commit 099d357

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

Gemfile

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,22 +27,20 @@ gem 'travis'
2727

2828
gem 'haml-rails'
2929

30-
gem "kramdown", "~> 1.1.0"
30+
gem 'kramdown', '~> 1.1.0'
3131

32-
gem "font-awesome-rails"
32+
gem 'font-awesome-rails'
3333

3434
gem 'bcrypt', '3.1.11'
3535

3636
gem 'omniauth-slack'
3737

3838
gem 'bootsnap'
3939

40-
gem "pg"
40+
gem 'pg'
4141

4242
group :development, :test do
43-
# Use sqlite3 as the database for Active Record
4443
gem 'sqlite3'
45-
# Call 'byebug' anywhere in the code to stop execution and get a debugger console
4644
gem 'byebug'
4745

4846
gem 'rspec-rails'
@@ -52,9 +50,9 @@ group :development, :test do
5250
end
5351

5452
group :test do
55-
gem "simplecov"
56-
gem "codeclimate-test-reporter", "~> 1.0.0"
57-
gem "timecop"
53+
gem 'simplecov'
54+
gem 'codeclimate-test-reporter', '~> 1.0.0'
55+
gem 'timecop'
5856
end
5957

6058
group :development do

app/assets/stylesheets/application.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
*
1313
*= require_tree .
1414
*= require_self
15+
*= require bootstrap-sprockets
16+
*= require bootstrap
1517
*= require font-awesome
1618
*/
1719
body {
@@ -39,4 +41,4 @@ body {
3941

4042
.mdl-layout__drawer-button {
4143
color: black;
42-
}
44+
}

0 commit comments

Comments
 (0)