Skip to content

Commit

Permalink
update gemspec (#12)
Browse files Browse the repository at this point in the history
* update gemspec

* remove travis.yml

* changed version to 0.1.2
  • Loading branch information
Mariam05 authored Aug 9, 2022
1 parent db06166 commit ba7d73d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
19 changes: 0 additions & 19 deletions .travis.yml

This file was deleted.

2 changes: 1 addition & 1 deletion lib/rails_lti2_provider/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module RailsLti2Provider
VERSION = '0.1.0'
VERSION = '0.1.2'
end
6 changes: 3 additions & 3 deletions rails_lti2_provider.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ Gem::Specification.new do |s|

s.files = Dir['{app,config,db,lib}/**/*', 'MIT-LICENSE', 'Rakefile', 'README.rdoc']

s.add_dependency('ims-lti', '~> 2.3.0')
s.add_dependency('ims-lti', '~> 2.3.1')
s.add_dependency('rails', '~> 6.0.3')

s.add_development_dependency('rspec-rails', '~> 4.0')
s.add_development_dependency('sqlite3', '~> 1.3')

s.add_development_dependency('rubocop', '~> 0.79.0')
s.add_development_dependency('rubocop-rails', '~> 2.4.0')
s.add_development_dependency('rubocop', '~> 1.33.0')
s.add_development_dependency('rubocop-rails', '~> 2.15.0')
end

0 comments on commit ba7d73d

Please sign in to comment.