Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
Update Skylight
Browse files Browse the repository at this point in the history
  • Loading branch information
zachlatta committed May 15, 2018
1 parent 5b280c3 commit 69f92af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ gem 'redis-rails', '~> 5.0.2'
gem 'rest-client', '~> 2.0'
gem 'sentry-raven', '~> 2.4'
gem 'sidekiq', '~> 5.0', '>= 5.0.5'
gem 'skylight', '~> 1.5', '>= 1.5.1'
gem 'skylight', '~> 2.0', '>= 2.0.1'
gem 'stripe', '~> 3.0'
gem 'terminal-table', '~> 1.7'
gem 'timezone', '~> 1.0'
Expand Down
8 changes: 5 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -298,8 +298,10 @@ GEM
json (>= 1.8, < 3)
simplecov-html (~> 0.10.0)
simplecov-html (0.10.2)
skylight (1.5.1)
activesupport (>= 3.0.0)
skylight (2.0.1)
skylight-core (= 2.0.1)
skylight-core (2.0.1)
activesupport (>= 4.2.0)
spring (2.0.2)
activesupport (>= 4.2)
spring-commands-rspec (1.0.4)
Expand Down Expand Up @@ -377,7 +379,7 @@ DEPENDENCIES
sentry-raven (~> 2.4)
shoulda-matchers (~> 3.1)
sidekiq (~> 5.0, >= 5.0.5)
skylight (~> 1.5, >= 1.5.1)
skylight (~> 2.0, >= 2.0.1)
spring
spring-commands-rspec (~> 1.0)
spring-watcher-listen (~> 2.0.0)
Expand Down

0 comments on commit 69f92af

Please sign in to comment.