Skip to content

Commit

Permalink
Update jquery-rails of development dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
simukappu committed Aug 27, 2016
1 parent b07782e commit efadd28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ GEM
globalid (0.3.7)
activesupport (>= 4.1.0)
i18n (0.7.0)
jquery-rails (4.1.1)
jquery-rails (4.2.1)
rails-dom-testing (>= 1, < 3)
railties (>= 4.2.0)
thor (>= 0.14, < 2.0)
Expand Down Expand Up @@ -177,7 +177,7 @@ DEPENDENCIES
coveralls
devise (~> 4.2.0)
factory_girl_rails (~> 4.7.0)
jquery-rails (~> 4.1.1)
jquery-rails (~> 4.2.1)
rails (~> 4.2.7)
rspec-rails (~> 3.5.1)
simplecov (~> 0.12.0)
Expand Down
2 changes: 1 addition & 1 deletion activity_notification.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.add_dependency 'activerecord', '>= 4.0.0'

s.add_development_dependency 'sqlite3', '~> 1.3.11'
s.add_development_dependency 'jquery-rails', '~> 4.1.1'
s.add_development_dependency 'jquery-rails', '~> 4.2.1'
s.add_development_dependency 'rspec-rails', '~> 3.5.1'
s.add_development_dependency 'factory_girl_rails', '~> 4.7.0'
s.add_development_dependency 'simplecov', '~> 0.12.0'
Expand Down

0 comments on commit efadd28

Please sign in to comment.