PATH
  remote: .
  specs:
    acts_as_full_calendar_event (1.0.3)

GEM
  remote: https://rubygems.org/
  specs:
    active_model_serializers (0.9.7)
      activemodel (>= 3.2)
      concurrent-ruby (~> 1.0)
    activemodel (4.2.11.1)
      activesupport (= 4.2.11.1)
      builder (~> 3.1)
    activerecord (4.2.11.1)
      activemodel (= 4.2.11.1)
      activesupport (= 4.2.11.1)
      arel (~> 6.0)
    activesupport (4.2.11.1)
      i18n (~> 0.7)
      minitest (~> 5.1)
      thread_safe (~> 0.3, >= 0.3.4)
      tzinfo (~> 1.1)
    appraisal (2.2.0)
      bundler
      rake
      thor (>= 0.14.0)
    arel (6.0.4)
    ast (2.4.0)
    builder (3.2.3)
    byebug (11.0.1)
    concurrent-ruby (1.1.5)
    database_cleaner (1.7.0)
    diff-lcs (1.3)
    docile (1.1.5)
    factory_bot (4.11.1)
      activesupport (>= 3.0.0)
    i18n (0.9.5)
      concurrent-ruby (~> 1.0)
    json (2.2.0)
    minitest (5.11.3)
    parallel (1.17.0)
    parser (2.6.3.0)
      ast (~> 2.4.0)
    powerpack (0.1.2)
    rainbow (2.2.2)
      rake
    rake (12.3.3)
    rspec (3.8.0)
      rspec-core (~> 3.8.0)
      rspec-expectations (~> 3.8.0)
      rspec-mocks (~> 3.8.0)
    rspec-core (3.8.2)
      rspec-support (~> 3.8.0)
    rspec-expectations (3.8.4)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-mocks (3.8.1)
      diff-lcs (>= 1.2.0, < 2.0)
      rspec-support (~> 3.8.0)
    rspec-support (3.8.2)
    rubocop (0.49.1)
      parallel (~> 1.10)
      parser (>= 2.3.3.1, < 3.0)
      powerpack (~> 0.1)
      rainbow (>= 1.99.1, < 3.0)
      ruby-progressbar (~> 1.7)
      unicode-display_width (~> 1.0, >= 1.0.1)
    ruby-progressbar (1.10.1)
    simplecov (0.15.1)
      docile (~> 1.1.0)
      json (>= 1.8, < 3)
      simplecov-html (~> 0.10.0)
    simplecov-html (0.10.2)
    sqlite3 (1.3.13)
    thor (0.20.3)
    thread_safe (0.3.6)
    tzinfo (1.2.5)
      thread_safe (~> 0.1)
    unicode-display_width (1.6.0)

PLATFORMS
  ruby

DEPENDENCIES
  active_model_serializers (~> 0.9.3)
  activerecord (= 4.2.11.1)
  acts_as_full_calendar_event!
  appraisal (~> 2.2)
  byebug
  database_cleaner
  factory_bot (~> 4.8)
  rspec (~> 3.6)
  rubocop (~> 0.49.1)
  simplecov (~> 0.15.0)
  sqlite3 (~> 1.3.6)

BUNDLED WITH
   1.16.6