Skip to content

Commit 2baf448

Browse files
committed
Add skylight
1 parent e86b04d commit 2baf448

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ gem 'rails_stdout_logging', group: [:development, :production]
4242
gem 'react_on_rails'
4343
gem 'redcarpet', ">=3.3.4"
4444
gem 'sass-rails', '~> 5.0'
45+
gem 'skylight'
4546
gem 'stripe'
4647
gem 'turbolinks'
4748
gem 'uglifier', '>= 1.3.0'

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,8 @@ GEM
329329
shoulda-context (1.2.2)
330330
shoulda-matchers (2.8.0)
331331
activesupport (>= 3.0.0)
332+
skylight (1.5.1)
333+
activesupport (>= 3.0.0)
332334
spring (2.0.2)
333335
activesupport (>= 4.2)
334336
sprockets (3.7.1)
@@ -430,6 +432,7 @@ DEPENDENCIES
430432
sequel
431433
shoulda
432434
shoulda-matchers
435+
skylight
433436
spring
434437
stripe
435438
timecop

0 commit comments

Comments
 (0)