Skip to content

Commit

Permalink
Update to allow installation on rails 4.
Browse files Browse the repository at this point in the history
  • Loading branch information
jagthedrummer committed Apr 18, 2014
1 parent 453d180 commit da7b598
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PATH
specs:
easymarklet (0.0.11)
easyxdm-rails (~> 0.0.5)
rails (~> 3.2.9)
rails (>= 3.2.9)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -111,7 +111,7 @@ GEM
multi_json (1.8.4)
nokogiri (1.6.1)
mini_portile (~> 0.5.0)
polyglot (0.3.3)
polyglot (0.3.4)
pry (0.9.12.6)
coderay (~> 1.0)
method_source (~> 0.8)
Expand Down Expand Up @@ -190,7 +190,7 @@ GEM
treetop (1.4.15)
polyglot
polyglot (>= 0.3.1)
tzinfo (0.3.38)
tzinfo (0.3.39)
websocket (1.0.7)
xpath (2.0.0)
nokogiri (~> 1.3)
Expand Down
2 changes: 1 addition & 1 deletion bookmarklet.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.md"]

s.add_dependency "rails", "~> 3.2.9"
s.add_dependency "rails", ">= 3.2.9"
#s.add_dependency "sprockets"
s.add_dependency "easyxdm-rails", "~> 0.0.5"

Expand Down

0 comments on commit da7b598

Please sign in to comment.