Skip to content

Commit

Permalink
Merge pull request #47 from mswiszcz/master
Browse files Browse the repository at this point in the history
Allow Rails 5.1.x
  • Loading branch information
Sung Won Cho authored Oct 22, 2017
2 parents 83368e8 + 3dbd725 commit c0ff946
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PATH
remote: .
specs:
has_friendship (1.1.0)
rails (>= 4.0.0, < 5.1.0)
has_friendship (1.1.1)
rails (>= 4.0.0, < 5.2.0)
stateful_enum

GEM
Expand Down Expand Up @@ -92,7 +92,7 @@ GEM
loofah (2.0.3)
nokogiri (>= 1.5.9)
lumberjack (1.0.9)
mail (2.6.5)
mail (2.6.6)
mime-types (>= 1.16, < 4)
method_source (0.8.2)
mime-types (2.99)
Expand Down Expand Up @@ -225,4 +225,4 @@ DEPENDENCIES
tzinfo-data

BUNDLED WITH
1.12.5
1.15.1
2 changes: 1 addition & 1 deletion has_friendship.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gem::Specification.new do |s|

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

s.add_dependency "rails", ['>= 4.0.0', '< 5.1.0']
s.add_dependency "rails", ['>= 4.0.0', '< 5.2.0']
s.add_dependency "stateful_enum"

s.add_development_dependency "sqlite3"
Expand Down
2 changes: 1 addition & 1 deletion lib/has_friendship/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module HasFriendship
VERSION = "1.1.0"
VERSION = "1.1.1"
end

0 comments on commit c0ff946

Please sign in to comment.